Class
ImageEditorOptionsToolbarItemViewContent

Visual representation of the options content in a ImageEditorOptionsToolbarItemView.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ImageEditorOptionsToolbarItemViewContent : OptionsButtonToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewOptionsButtonToolbarItemViewContentImageEditorOptionsToolbarItemViewContent

Derived Classes: ImageEditorCropOptionsToolbarItemViewContentImageEditorFilterOptionsToolbarItemViewContentImageEditorResizeOptionsToolbarItemViewContent

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

ImageEditorOptionsToolbarItemViewContent()

Declaration

cs-api-definition
public ImageEditorOptionsToolbarItemViewContent()

Fields

ActualApplyButtonStyleProperty

Identifies the ActualApplyButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualApplyButtonStyleProperty

Field Value

BindableProperty

ActualCancelButtonStyleProperty

Identifies the ActualCancelButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualCancelButtonStyleProperty

Field Value

BindableProperty

ActualCaptionLabelStyleProperty

Identifies the ActualCaptionLabelStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualCaptionLabelStyleProperty

Field Value

BindableProperty

ActualHeaderLabelStyleProperty

Identifies the ActualHeaderLabelStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualHeaderLabelStyleProperty

Field Value

BindableProperty

ApplyButtonStyleProperty

Identifies the ApplyButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ApplyButtonStyleProperty

Field Value

BindableProperty

ApplyCommandProperty

Identifies the ApplyCommand property.

Declaration

cs-api-definition
public static readonly BindableProperty ApplyCommandProperty

Field Value

BindableProperty

ApplyTextProperty

Identifies the ApplyText property.

Declaration

cs-api-definition
public static readonly BindableProperty ApplyTextProperty

Field Value

BindableProperty

CancelButtonStyleProperty

Identifies the CancelButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty CancelButtonStyleProperty

Field Value

BindableProperty

CancelCommandProperty

Identifies the CancelCommand property.

Declaration

cs-api-definition
public static readonly BindableProperty CancelCommandProperty

Field Value

BindableProperty

CancelTextProperty

Identifies the CancelText property.

Declaration

cs-api-definition
public static readonly BindableProperty CancelTextProperty

Field Value

BindableProperty

CaptionLabelStyleProperty

Identifies the CaptionLabelStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty CaptionLabelStyleProperty

Field Value

BindableProperty

HeaderLabelStyleProperty

Identifies the HeaderLabelStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderLabelStyleProperty

Field Value

BindableProperty

HeaderTextProperty

Identifies the HeaderText property.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public Style ApplyButtonStyle { get; set; }

Property Value

Style

ApplyCommand

Gets or sets a command to apply the changes in the options panel.

Declaration

cs-api-definition
public ICommand ApplyCommand { get; set; }

Property Value

ICommand

ApplyText

Gets or sets the text of the apply button.

Declaration

cs-api-definition
public string ApplyText { get; set; }

Property Value

string

CancelButtonStyle

Gets or sets the Style of the cancel button. The target type of this style is .

Declaration

cs-api-definition
public Style CancelButtonStyle { get; set; }

Property Value

Style

CancelCommand

Gets or sets a command to cancel the changes in the options panel.

Declaration

cs-api-definition
public ICommand CancelCommand { get; set; }

Property Value

ICommand

CancelText

Gets or sets the text of the cancel button.

Declaration

cs-api-definition
public string CancelText { get; set; }

Property Value

string

CaptionLabelStyle

Gets or sets the Style of the caption labels. The target type of this style is .

Declaration

cs-api-definition
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

cs-api-definition
public Style HeaderLabelStyle { get; set; }

Property Value

Style

HeaderText

Gets or sets the header text of the options panel.

Declaration

cs-api-definition
public string HeaderText { get; set; }

Property Value

string