Class LayoutStyle
LayoutStyle class.
Inheritance
System.Object
LayoutStyle
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class LayoutStyle : BindableObject
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 | NodeStyle. |
LineStyle | lineStyle | LineStyle. |
ApplyNodeStyleBy | applyNodeStyleBy | ApplyNodeStyleBy. |
System.Boolean | isRepeat | IsRepeat. |
Properties
ApplyNodeStyleBy
Gets or sets applyNodeStyleBy.
Declaration
public ApplyNodeStyleBy ApplyNodeStyleBy { get; set; }
Property Value
Type |
---|
ApplyNodeStyleBy |
IsRepeat
Gets or sets a value indicating whether isRepeat.
Declaration
public bool IsRepeat { get; set; }
Property Value
Type |
---|
System.Boolean |
LineStyle
Gets lineStyle.
Declaration
public LineStyle LineStyle { get; }
Property Value
Type |
---|
LineStyle |
NodeStyle
Gets nodeStyle.
Declaration
public List<NodeStyle> NodeStyle { get; }
Property Value
Type |
---|
System.Collections.Generic.List<NodeStyle> |