Class LayoutStyle
Theme LayoutStyle.
Inheritance
System.Object
LayoutStyle
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public class LayoutStyle : Object
Constructors
LayoutStyle(List<NodeStyle>, LineStyle, ApplyNodeStyleBy, Boolean)
Initializes a new instance of the LayoutStyle class.
Declaration
public LayoutStyle(List<NodeStyle> nodeStyle, LineStyle lineStyle, ApplyNodeStyleBy applyNodeStyleBy, bool isRepeat)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<NodeStyle> | nodeStyle | Node style. |
LineStyle | lineStyle | Line style. |
ApplyNodeStyleBy | applyNodeStyleBy | Apply to. |
System.Boolean | isRepeat | If set to |
Properties
ApplyNodeStyleBy
Gets or sets the ApplyNodeStyleBy.
Declaration
public ApplyNodeStyleBy ApplyNodeStyleBy { get; set; }
Property Value
Type | Description |
---|---|
ApplyNodeStyleBy | The ApplyNodeStyleBy. |
IsRepeat
Gets or sets a value indicating whether this LayoutStyle is repeat.
Declaration
public bool IsRepeat { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
LineStyle
Gets the line style.
Declaration
public LineStyle LineStyle { get; }
Property Value
Type | Description |
---|---|
LineStyle | The line style. |
NodeStyle
Gets the node style.
Declaration
public List<NodeStyle> NodeStyle { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NodeStyle> | The node style. |
Methods
Dispose()
Releases all resource used by the LayoutStyle object.
Declaration
public void Dispose()