Class LayoutStyle
Represents a LayoutStyle which is used to represent a style for layout element .
Inheritance
System.Object
LayoutStyle
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.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 applyTo, bool isRepeat)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<NodeStyle> | nodeStyle | Node style. |
LineStyle | lineStyle | Line style. |
ApplyNodeStyleBy | applyTo | Apply node style by. |
System.Boolean | isRepeat | If set to |
Properties
ApplyNodeStyleBy
Gets or sets the apply to.
Declaration
public ApplyNodeStyleBy ApplyNodeStyleBy { get; set; }
Property Value
Type | Description |
---|---|
ApplyNodeStyleBy | The apply to. |
IsRepeat
Gets or sets a value indicating whether this Syncfusion.SfDiagram.iOS.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()
Define the Dispose method.
Declaration
public void Dispose()