Class TreeLayoutBase
Layout Base class.
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public abstract class TreeLayoutBase : LayoutBase
Constructors
TreeLayoutBase()
Initializes a new instance of the TreeLayoutBase class.
Declaration
public TreeLayoutBase()
Fields
HorizontalSpacingProperty
Represents the bindable property of HorizontalSpacingProperty.
Declaration
public static readonly BindableProperty HorizontalSpacingProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
VerticalSpacingProperty
Represents the bindable property of VerticalSpacingProperty.
Declaration
public static readonly BindableProperty VerticalSpacingProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
HorizontalSpacing
Gets or sets the HorizontalSpacing for the TreeLayout. This is a bindable property.
Declaration
public double HorizontalSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The double value. |
PropertiesChanged
Gets or sets propertiesChanged.
Declaration
public List<string> PropertiesChanged { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
VerticalSpacing
Gets or sets the VerticalSpacing for the TreeLayout. This is a bindable property.
Declaration
public double VerticalSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The double value. |