Search
Style.IsPropertySet Method
See Also
 





Checks whether the specified property has a value.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected bool IsPropertySet (
    Object property
)

Visual Basic  Copy Code

Protected Function IsPropertySet( _
    property As Object _
) As Boolean

 Parameters

property

The property to check.

 Return Value

true if the property has a local value; otherwise, false.

 See Also