Class ImageEditorOptionsToolbarItemViewContent
Visual representation of the options content in a ImageEditorOptionsToolbarItemView.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageEditorOptionsToolbarItemViewContent : OptionsButtonToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
ImageEditorOptionsToolbarItemViewContent()
Declaration
public ImageEditorOptionsToolbarItemViewContent()
Fields
ActualApplyButtonStyleProperty
Identifies the ActualApplyButtonStyle property.
Declaration
public static readonly BindableProperty ActualApplyButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualCancelButtonStyleProperty
Identifies the ActualCancelButtonStyle property.
Declaration
public static readonly BindableProperty ActualCancelButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualCaptionLabelStyleProperty
Identifies the ActualCaptionLabelStyle property.
Declaration
public static readonly BindableProperty ActualCaptionLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualHeaderLabelStyleProperty
Identifies the ActualHeaderLabelStyle property.
Declaration
public static readonly BindableProperty ActualHeaderLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ApplyButtonStyleProperty
Identifies the ApplyButtonStyle property.
Declaration
public static readonly BindableProperty ApplyButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ApplyCommandProperty
Identifies the ApplyCommand property.
Declaration
public static readonly BindableProperty ApplyCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ApplyTextProperty
Identifies the ApplyText property.
Declaration
public static readonly BindableProperty ApplyTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CancelButtonStyleProperty
Identifies the CancelButtonStyle property.
Declaration
public static readonly BindableProperty CancelButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CancelCommandProperty
Identifies the CancelCommand property.
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CancelTextProperty
Identifies the CancelText property.
Declaration
public static readonly BindableProperty CancelTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CaptionLabelStyleProperty
Identifies the CaptionLabelStyle property.
Declaration
public static readonly BindableProperty CaptionLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HeaderLabelStyleProperty
Identifies the HeaderLabelStyle property.
Declaration
public static readonly BindableProperty HeaderLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HeaderTextProperty
Identifies the HeaderText property.
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualApplyButtonStyle
Gets the result from merging the Microsoft.Maui.Controls.Style specified in the ApplyButtonStyle property and the default base Microsoft.Maui.Controls.Style for that property.
Declaration
public Style ActualApplyButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualCancelButtonStyle
Gets the result from merging the Microsoft.Maui.Controls.Style specified in the CancelButtonStyle property and the default base Microsoft.Maui.Controls.Style for that property.
Declaration
public Style ActualCancelButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualCaptionLabelStyle
Gets the result from merging the Microsoft.Maui.Controls.Style specified in the CaptionLabelStyle property and the default base Microsoft.Maui.Controls.Style for that property.
Declaration
public Style ActualCaptionLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualHeaderLabelStyle
Gets the result from merging the Microsoft.Maui.Controls.Style specified in the HeaderLabelStyle property and the default base Microsoft.Maui.Controls.Style for that property.
Declaration
public Style ActualHeaderLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ApplyButtonStyle
Gets or sets the Microsoft.Maui.Controls.Style of the apply button. The target type of this style is Microsoft.Maui.Controls.Button.
Declaration
public Style ApplyButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
ApplyCommand
Gets or sets a command to apply the changes in the options panel.
Declaration
public ICommand ApplyCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
ApplyText
Gets or sets the text of the apply button.
Declaration
public string ApplyText { get; set; }
Property Value
System.String
|
CancelButtonStyle
Gets or sets the Microsoft.Maui.Controls.Style of the cancel button. The target type of this style is Microsoft.Maui.Controls.Button.
Declaration
public Style CancelButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
CancelCommand
Gets or sets a command to cancel the changes in the options panel.
Declaration
public ICommand CancelCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
CancelText
Gets or sets the text of the cancel button.
Declaration
public string CancelText { get; set; }
Property Value
System.String
|
CaptionLabelStyle
Gets or sets the Microsoft.Maui.Controls.Style of the caption labels. The target type of this style is Microsoft.Maui.Controls.Label.
Declaration
public Style CaptionLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
HeaderLabelStyle
Gets or sets the Microsoft.Maui.Controls.Style of the header label. The target type of this style is Microsoft.Maui.Controls.Label.
Declaration
public Style HeaderLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
HeaderText
Gets or sets the header text of the options panel.
Declaration
public string HeaderText { get; set; }
Property Value
System.String
|