DiagramLite Programmer's Guide
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.Silverlight

 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

Clip Members
Clip Class
MindFusion.Diagramming Namespace