ClassImageEditorOptionsToolbarItemViewContent
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
ImageEditorOptionsToolbarItemViewContent()
Declaration
public ImageEditorOptionsToolbarItemViewContent()
Fields
ActualApplyButtonStyleProperty
Identifies the ActualApplyButtonStyle property.
Declaration
public static readonly BindableProperty ActualApplyButtonStyleProperty
Field Value
BindableProperty
ActualCancelButtonStyleProperty
Identifies the ActualCancelButtonStyle property.
Declaration
public static readonly BindableProperty ActualCancelButtonStyleProperty
Field Value
BindableProperty
ActualCaptionLabelStyleProperty
Identifies the ActualCaptionLabelStyle property.
Declaration
public static readonly BindableProperty ActualCaptionLabelStyleProperty
Field Value
BindableProperty
ActualHeaderLabelStyleProperty
Identifies the ActualHeaderLabelStyle property.
Declaration
public static readonly BindableProperty ActualHeaderLabelStyleProperty
Field Value
BindableProperty
ApplyButtonStyleProperty
Identifies the ApplyButtonStyle property.
Declaration
public static readonly BindableProperty ApplyButtonStyleProperty
Field Value
BindableProperty
ApplyCommandProperty
Identifies the ApplyCommand property.
Declaration
public static readonly BindableProperty ApplyCommandProperty
Field Value
BindableProperty
ApplyTextProperty
Identifies the ApplyText property.
Declaration
public static readonly BindableProperty ApplyTextProperty
Field Value
BindableProperty
CancelButtonStyleProperty
Identifies the CancelButtonStyle property.
Declaration
public static readonly BindableProperty CancelButtonStyleProperty
Field Value
BindableProperty
CancelCommandProperty
Identifies the CancelCommand property.
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
BindableProperty
CancelTextProperty
Identifies the CancelText property.
Declaration
public static readonly BindableProperty CancelTextProperty
Field Value
BindableProperty
CaptionLabelStyleProperty
Identifies the CaptionLabelStyle property.
Declaration
public static readonly BindableProperty CaptionLabelStyleProperty
Field Value
BindableProperty
HeaderLabelStyleProperty
Identifies the HeaderLabelStyle property.
Declaration
public static readonly BindableProperty HeaderLabelStyleProperty
Field Value
BindableProperty
HeaderTextProperty
Identifies the HeaderText property.
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
BindableProperty
Properties
ActualApplyButtonStyle
Gets the result from merging the Style specified in the ApplyButtonStyle property and the default base Style for that property.
Declaration
public Style ActualApplyButtonStyle { get; }
Property Value
Style
ActualCancelButtonStyle
Gets the result from merging the Style specified in the CancelButtonStyle property and the default base Style for that property.
Declaration
public Style ActualCancelButtonStyle { get; }
Property Value
Style
ActualCaptionLabelStyle
Gets the result from merging the Style specified in the CaptionLabelStyle property and the default base Style for that property.
Declaration
public Style ActualCaptionLabelStyle { get; }
Property Value
Style
ActualHeaderLabelStyle
Gets the result from merging the Style specified in the HeaderLabelStyle property and the default base Style for that property.
Declaration
public Style ActualHeaderLabelStyle { get; }
Property Value
Style
ApplyButtonStyle
Gets or sets the Style of the apply button. The target type of this style is .
Declaration
public Style ApplyButtonStyle { get; set; }
Property Value
Style
ApplyCommand
Gets or sets a command to apply the changes in the options panel.
ApplyText
Gets or sets the text of the apply button.
CancelButtonStyle
Gets or sets the Style of the cancel button. The target type of this style is .
Declaration
public Style CancelButtonStyle { get; set; }
Property Value
Style
CancelCommand
Gets or sets a command to cancel the changes in the options panel.
CancelText
Gets or sets the text of the cancel button.
CaptionLabelStyle
Gets or sets the Style of the caption labels. The target type of this style is .
Declaration
public Style CaptionLabelStyle { get; set; }
Property Value
Style
HeaderLabelStyle
Gets or sets the Style of the header label. The target type of this style is .
Declaration
public Style HeaderLabelStyle { get; set; }
Property Value
Style
HeaderText
Gets or sets the header text of the options panel.