ASP.NET Pack Programmer's Guide
Style.IsPropertySet Method
See Also
 





Checks whether the specified property has a value.

Namespace: MindFusion.Diagramming
Package: 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

Style Members
Style Class
MindFusion.Diagramming Namespace