Class DataFormEditorStyle
Inheritance
System.Object
DataFormEditorStyle
Namespace: Telerik.XamarinForms.Input.DataForm
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class DataFormEditorStyle : Element, IChildElement
Constructors
DataFormEditorStyle()
Declaration
public DataFormEditorStyle()
Fields
HeaderForegroundProperty
Identifies the HeaderForeground property.
Declaration
public static readonly BindableProperty HeaderForegroundProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Background
FeedbackFontSize
Declaration
public double FeedbackFontSize { get; set; }
Property Value
System.Double
|
FeedbackImageSize
Declaration
public Size FeedbackImageSize { get; set; }
Property Value
Xamarin.Forms.Size
|
HeaderFontSize
Declaration
public double HeaderFontSize { get; set; }
Property Value
System.Double
|
HeaderForeground
Gets or sets the HeaderForeground.
Declaration
public Color HeaderForeground { get; set; }
Property Value
Xamarin.Forms.Color
|
Height
Declaration
public double Height { get; set; }
Property Value
System.Double
|
NegativeFeedbackBackground
NegativeFeedbackForeground
Declaration
public Color NegativeFeedbackForeground { get; set; }
Property Value
Xamarin.Forms.Color
|
NegativeFeedbackImage
Declaration
public ImageSource NegativeFeedbackImage { get; set; }
Property Value
Xamarin.Forms.ImageSource
|
PositiveFeedbackBackground
PositiveFeedbackForeground
Declaration
public Color PositiveFeedbackForeground { get; set; }
Property Value
Xamarin.Forms.Color
|
PositiveFeedbackImage
Declaration
public ImageSource PositiveFeedbackImage { get; set; }
Property Value
Xamarin.Forms.ImageSource
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|