New to Telerik UI for .NET MAUIStart a free 30-day trial

Visual representation of the options content in a ImageEditorOptionsToolbarItemView.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
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

C#
public ImageEditorOptionsToolbarItemViewContent()

Fields

Identifies the ActualApplyButtonStyle property.

C#
public static readonly BindableProperty ActualApplyButtonStyleProperty

Identifies the ActualCancelButtonStyle property.

C#
public static readonly BindableProperty ActualCancelButtonStyleProperty

Identifies the ActualCaptionLabelStyle property.

C#
public static readonly BindableProperty ActualCaptionLabelStyleProperty

Identifies the ActualHeaderLabelStyle property.

C#
public static readonly BindableProperty ActualHeaderLabelStyleProperty

ApplyButtonStyleProperty

BindableProperty

Identifies the ApplyButtonStyle property.

C#
public static readonly BindableProperty ApplyButtonStyleProperty

ApplyCommandProperty

BindableProperty

Identifies the ApplyCommand property.

C#
public static readonly BindableProperty ApplyCommandProperty

ApplyTextProperty

BindableProperty

Identifies the ApplyText property.

C#
public static readonly BindableProperty ApplyTextProperty

Identifies the CancelButtonStyle property.

C#
public static readonly BindableProperty CancelButtonStyleProperty

CancelCommandProperty

BindableProperty

Identifies the CancelCommand property.

C#
public static readonly BindableProperty CancelCommandProperty

CancelTextProperty

BindableProperty

Identifies the CancelText property.

C#
public static readonly BindableProperty CancelTextProperty

Identifies the CaptionLabelStyle property.

C#
public static readonly BindableProperty CaptionLabelStyleProperty

HeaderLabelStyleProperty

BindableProperty

Identifies the HeaderLabelStyle property.

C#
public static readonly BindableProperty HeaderLabelStyleProperty

HeaderTextProperty

BindableProperty

Identifies the HeaderText property.

C#
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.

C#
public Style ActualApplyButtonStyle { get; }

Gets the result from merging the Style specified in the CancelButtonStyle property and the default base Style for that property.

C#
public Style ActualCancelButtonStyle { get; }

Gets the result from merging the Style specified in the CaptionLabelStyle property and the default base Style for that property.

C#
public Style ActualCaptionLabelStyle { get; }

Gets the result from merging the Style specified in the HeaderLabelStyle property and the default base Style for that property.

C#
public Style ActualHeaderLabelStyle { get; }

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

C#
public Style ApplyButtonStyle { get; set; }

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

C#
public ICommand ApplyCommand { get; set; }

Gets or sets the text of the apply button.

C#
public string ApplyText { get; set; }

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

C#
public Style CancelButtonStyle { get; set; }

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

C#
public ICommand CancelCommand { get; set; }

Gets or sets the text of the cancel button.

C#
public string CancelText { get; set; }

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

C#
public Style CaptionLabelStyle { get; set; }

Gets or sets the Style of the header label. The target type of this style is .

C#
public Style HeaderLabelStyle { get; set; }

Gets or sets the header text of the options panel.

C#
public string HeaderText { get; set; }