Search
ComponentBase.AutoProperty Property
See Also
 





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

 Syntax

C#  Copy Code

public bool AutoProperty { get; set; }

Visual Basic  Copy Code

Public Property AutoProperty As Boolean

 Property Value

 See Also