Class DataFormGroupHeaderStyle
Inheritance
System.Object
DataFormGroupHeaderStyle
Namespace: Telerik.XamarinForms.Input.DataForm
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class DataFormGroupHeaderStyle : Object
Constructors
DataFormGroupHeaderStyle()
Declaration
public DataFormGroupHeaderStyle()
Properties
Background
Declaration
public Color Background { get; set; }
Property Value
Xamarin.Forms.Color
|
BackgroundImageSource
Declaration
public ImageSource BackgroundImageSource { get; set; }
Property Value
Xamarin.Forms.ImageSource
|
Foreground
Declaration
public Color Foreground { get; set; }
Property Value
Xamarin.Forms.Color
|
Height
Declaration
public double Height { get; set; }
Property Value
System.Double
|
IsCollapsed
Declaration
public bool IsCollapsed { get; set; }
Property Value
System.Boolean
|
IsCollapsible
Declaration
public bool IsCollapsible { get; set; }
Property Value
System.Boolean
|
Padding
Declaration
public Thickness Padding { get; set; }
Property Value
Xamarin.Forms.Thickness
|
TextAlignment
Declaration
public TextAlignment TextAlignment { get; set; }
Property Value
Xamarin.Forms.TextAlignment
|