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





Sets the value of the specified property.

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

Style Members
Style Class
MindFusion.Diagramming Namespace