Search
Clip.SetToBounds Method
See Also
 






Sets the value of the Clip.ToBounds attached property for a given dependency object.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls

 Syntax

C#  Copy Code

public static void SetToBounds (
    DependencyObject element,
    bool value
)

Visual Basic  Copy Code

Public Shared Sub SetToBounds( _
    element As DependencyObject, _
    value As Boolean _
)

 Parameters

element

The element to which the property value is written.

value

The value of the Clip.ToBounds property for the specified element.

 See Also