Search
Style.SetValue Method
See Also
 





Sets the value of the specified property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected void SetValue (
    Object property,
    Object value
)

Visual Basic  Copy Code

Protected Sub SetValue( _
    property As Object, _
    value As Object _
)

 Parameters

property

The property to set.

value

The new property value.

 See Also