Class SymbolStyle
Initializes a new instance of the SymbolStyle class.
Inheritance
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class SymbolStyle : BindableObject
Constructors
SymbolStyle()
Initializes a new instance of the SymbolStyle class. SymbolStyle.
Declaration
public SymbolStyle()
Fields
BackgroundProperty
Represents the bindable property of BackgroundProperty.
Declaration
public static readonly BindableProperty BackgroundProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
BorderBrushProperty
Represents the bindable property of BorderBrushProperty.
Declaration
public static readonly BindableProperty BorderBrushProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
BorderThicknessProperty
Represents the bindable property of BorderThicknessProperty.
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
HeightProperty
Represents the bindable property of HeightProperty.
Declaration
public static readonly BindableProperty HeightProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
WidthProperty
Represents the bindable property of WidthProperty.
Declaration
public static readonly BindableProperty WidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Background
Gets or sets the Background for the SymbolStyle. This is a bindable property.
Declaration
public Color Background { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property take color. |
BorderBrush
Gets or sets the BorderBrush for the SymbolStyle. This is a bindable property.
Declaration
public Color BorderBrush { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property take color. |
BorderThickness
Gets or sets the BorderThickness for the SymbolStyle. This is a bindable property.
Declaration
public double BorderThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property take double. |
Height
Gets or sets the Height for the SymbolStyle. This is a bindable property.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property take double. |
Width
Gets or sets the Width for the SymbolStyle. This is a bindable property.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property take double. |