Class ImageEditorOptionsToolbarItemViewContent
Visual representation of the options content in a Image
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageEditorOptionsToolbarItemViewContent : OptionsButtonToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
ImageEditorOptionsToolbarItemViewContent()
Declaration
public ImageEditorOptionsToolbarItemViewContent()
Fields
ActualApplyButtonStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualApplyButtonStyleProperty
Field Value
Microsoft.
|
ActualCancelButtonStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualCancelButtonStyleProperty
Field Value
Microsoft.
|
ActualCaptionLabelStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualCaptionLabelStyleProperty
Field Value
Microsoft.
|
ActualHeaderLabelStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualHeaderLabelStyleProperty
Field Value
Microsoft.
|
ApplyButtonStyleProperty
Identifies the Apply
Declaration
public static readonly BindableProperty ApplyButtonStyleProperty
Field Value
Microsoft.
|
ApplyCommandProperty
Identifies the Apply
Declaration
public static readonly BindableProperty ApplyCommandProperty
Field Value
Microsoft.
|
ApplyTextProperty
Identifies the Apply
Declaration
public static readonly BindableProperty ApplyTextProperty
Field Value
Microsoft.
|
CancelButtonStyleProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelButtonStyleProperty
Field Value
Microsoft.
|
CancelCommandProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
Microsoft.
|
CancelTextProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelTextProperty
Field Value
Microsoft.
|
CaptionLabelStyleProperty
Identifies the Caption
Declaration
public static readonly BindableProperty CaptionLabelStyleProperty
Field Value
Microsoft.
|
HeaderLabelStyleProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderLabelStyleProperty
Field Value
Microsoft.
|
HeaderTextProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Microsoft.
|
Properties
ActualApplyButtonStyle
Gets the result from merging the Microsoft.
Declaration
public Style ActualApplyButtonStyle { get; }
Property Value
Microsoft.
|
ActualCancelButtonStyle
Gets the result from merging the Microsoft.
Declaration
public Style ActualCancelButtonStyle { get; }
Property Value
Microsoft.
|
ActualCaptionLabelStyle
Gets the result from merging the Microsoft.
Declaration
public Style ActualCaptionLabelStyle { get; }
Property Value
Microsoft.
|
ActualHeaderLabelStyle
Gets the result from merging the Microsoft.
Declaration
public Style ActualHeaderLabelStyle { get; }
Property Value
Microsoft.
|
ApplyButtonStyle
Gets or sets the Microsoft.
Declaration
public Style ApplyButtonStyle { get; set; }
Property Value
Microsoft.
|
ApplyCommand
Gets or sets a command to apply the changes in the options panel.
Declaration
public ICommand ApplyCommand { get; set; }
Property Value
System.
|
ApplyText
Gets or sets the text of the apply button.
Declaration
public string ApplyText { get; set; }
Property Value
System.
|
CancelButtonStyle
Gets or sets the Microsoft.
Declaration
public Style CancelButtonStyle { get; set; }
Property Value
Microsoft.
|
CancelCommand
Gets or sets a command to cancel the changes in the options panel.
Declaration
public ICommand CancelCommand { get; set; }
Property Value
System.
|
CancelText
Gets or sets the text of the cancel button.
Declaration
public string CancelText { get; set; }
Property Value
System.
|
CaptionLabelStyle
Gets or sets the Microsoft.
Declaration
public Style CaptionLabelStyle { get; set; }
Property Value
Microsoft.
|
HeaderLabelStyle
Gets or sets the Microsoft.
Declaration
public Style HeaderLabelStyle { get; set; }
Property Value
Microsoft.
|
HeaderText
Gets or sets the header text of the options panel.
Declaration
public string HeaderText { get; set; }
Property Value
System.
|