MindFusion.Wpf Pack Programmer's Guide
Ruler.GetIgnoredItem Method
See Also
 





Gets the value of the IgnoredItem attached property for an object.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static bool GetIgnoredItem (
    UIElement element
)

Visual Basic  Copy Code

Public Shared Function GetIgnoredItem( _
    element As UIElement _
) As Boolean

 Parameters

element

The diagram element from which the property value is read.

 Return Value

true if the alignment guides ignore the element, otherwise false.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming.Wpf Namespace