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