Search
Style.GetProperties Method
See Also
 





Gets all properties in the style.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IEnumerable<IProperty> GetProperties ()

Visual Basic  Copy Code

Public Function GetProperties () As IEnumerable(Of IProperty)

 Return Value

 See Also