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

Visual representation of the resize options content in a ImageEditorResizeOptionsToolbarItemView.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ImageEditorResizeOptionsToolbarItemViewContent : ImageEditorOptionsToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewOptionsButtonToolbarItemViewContentImageEditorOptionsToolbarItemViewContentImageEditorResizeOptionsToolbarItemViewContent...

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members ImageEditorOptionsToolbarItemViewContent.HeaderTextPropertyImageEditorOptionsToolbarItemViewContent.HeaderLabelStylePropertyImageEditorOptionsToolbarItemViewContent.CaptionLabelStylePropertyImageEditorOptionsToolbarItemViewContent.ApplyTextPropertyImageEditorOptionsToolbarItemViewContent.ApplyCommandPropertyImageEditorOptionsToolbarItemViewContent.ApplyButtonStylePropertyImageEditorOptionsToolbarItemViewContent.CancelTextPropertyImageEditorOptionsToolbarItemViewContent.CancelCommandPropertyImageEditorOptionsToolbarItemViewContent.CancelButtonStylePropertyImageEditorOptionsToolbarItemViewContent.ActualHeaderLabelStylePropertyImageEditorOptionsToolbarItemViewContent.ActualCaptionLabelStylePropertyImageEditorOptionsToolbarItemViewContent.ActualApplyButtonStylePropertyImageEditorOptionsToolbarItemViewContent.ActualCancelButtonStylePropertyImageEditorOptionsToolbarItemViewContent.HeaderTextImageEditorOptionsToolbarItemViewContent.HeaderLabelStyleImageEditorOptionsToolbarItemViewContent.CaptionLabelStyleImageEditorOptionsToolbarItemViewContent.ApplyTextImageEditorOptionsToolbarItemViewContent.ApplyCommandImageEditorOptionsToolbarItemViewContent.ApplyButtonStyleImageEditorOptionsToolbarItemViewContent.CancelTextImageEditorOptionsToolbarItemViewContent.CancelCommandImageEditorOptionsToolbarItemViewContent.CancelButtonStyleImageEditorOptionsToolbarItemViewContent.ActualHeaderLabelStyleImageEditorOptionsToolbarItemViewContent.ActualCaptionLabelStyleImageEditorOptionsToolbarItemViewContent.ActualApplyButtonStyleImageEditorOptionsToolbarItemViewContent.ActualCancelButtonStyleRadBorderContentView.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 ImageEditorResizeOptionsToolbarItemViewContent()

Fields

Identifies the AspectRatioLockedText property.

C#
public static readonly BindableProperty AspectRatioLockedTextProperty

Identifies the IsAspectRatioLocked property.

C#
public static readonly BindableProperty IsAspectRatioLockedProperty

ResizeHeightProperty

BindableProperty

Identifies the ResizeHeight property.

C#
public static readonly BindableProperty ResizeHeightProperty

ResizeHeightTextProperty

BindableProperty

Identifies the ResizeHeightText property.

C#
public static readonly BindableProperty ResizeHeightTextProperty

Identifies the ResizeScaleMaximum property.

C#
public static readonly BindableProperty ResizeScaleMaximumProperty

Identifies the ResizeScaleMinimum property.

C#
public static readonly BindableProperty ResizeScaleMinimumProperty

ResizeScaleProperty

BindableProperty

Identifies the ResizeScale property.

C#
public static readonly BindableProperty ResizeScaleProperty

ResizeScaleTextProperty

BindableProperty

Identifies the ResizeScaleText property.

C#
public static readonly BindableProperty ResizeScaleTextProperty

ResizeTypeProperty

BindableProperty

Identifies the ResizeType property.

C#
public static readonly BindableProperty ResizeTypeProperty

ResizeTypeTextProperty

BindableProperty

Identifies the ResizeTypeText property.

C#
public static readonly BindableProperty ResizeTypeTextProperty

ResizeWidthProperty

BindableProperty

Identifies the ResizeWidth property.

C#
public static readonly BindableProperty ResizeWidthProperty

ResizeWidthTextProperty

BindableProperty

Identifies the ResizeWidthText property.

C#
public static readonly BindableProperty ResizeWidthTextProperty

Properties

Gets or sets text of the aspect ration lock caption.

C#
public string AspectRatioLockedText { get; set; }

Gets or sets a value indicating whether the aspect ratio is locked, when changing the ResizeWidth or ResizeHeight property.

C#
public bool IsAspectRatioLocked { get; set; }

Gets or sets the height of the image in pixels. This property has an effect when the ResizeType property is set to Pixels

C#
public double ResizeHeight { get; set; }

Gets or sets the text of the resize height caption.

C#
public string ResizeHeightText { get; set; }

Gets or sets the scale factor of the image in percents. This property has an effect when the ResizeType property is set to Percents

C#
public double ResizeScale { get; set; }

Gets or sets the minimum scale factor of the image in percents.

C#
public double ResizeScaleMaximum { get; set; }

Gets or sets the minimum scale factor of the image in percents.

C#
public double ResizeScaleMinimum { get; set; }

Gets or sets the text of the resize scale caption.

C#
public string ResizeScaleText { get; set; }

Gets or sets the type of the resize operation. For more information see the ResizeType type.

C#
public ResizeType ResizeType { get; set; }

Gets or sets the text of the resize type caption.

C#
public string ResizeTypeText { get; set; }

Gets or sets the width of the image in pixels. This property has an effect when the ResizeType property is set to Pixels

C#
public double ResizeWidth { get; set; }

Gets or sets the text of the resize width caption.

C#
public string ResizeWidthText { get; set; }