Gets or sets a value indicating whether the component is defined as a property on the client side.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AutoProperty { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoProperty As Boolean |
See Also