Search
Clip.GetToBounds Method
See Also
 






Gets 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 bool GetToBounds (
    DependencyObject element
)

Visual Basic  Copy Code

Public Shared Function GetToBounds( _
    element As DependencyObject _
) As Boolean

 Parameters

element

The element from which the property value is read.

 Return Value

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

 See Also