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

Visual representation of the filter options content in a ImageEditorFilterOptionsToolbarItemView.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

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

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewOptionsButtonToolbarItemViewContentImageEditorOptionsToolbarItemViewContentImageEditorFilterOptionsToolbarItemViewContent...

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 ImageEditorFilterOptionsToolbarItemViewContent()

Fields

BlurMaximumProperty

BindableProperty

Identifies the BlurMaximum property.

C#
public static readonly BindableProperty BlurMaximumProperty

BlurMinimumProperty

BindableProperty

Identifies the BlurMinimum property.

C#
public static readonly BindableProperty BlurMinimumProperty

BlurProperty

BindableProperty

Identifies the Blur property.

C#
public static readonly BindableProperty BlurProperty

BlurTextProperty

BindableProperty

Identifies the BlurText property.

C#
public static readonly BindableProperty BlurTextProperty

Identifies the BrightnessMaximum property.

C#
public static readonly BindableProperty BrightnessMaximumProperty

Identifies the BrightnessMinimum property.

C#
public static readonly BindableProperty BrightnessMinimumProperty

BrightnessProperty

BindableProperty

Identifies the Brightness property.

C#
public static readonly BindableProperty BrightnessProperty

BrightnessTextProperty

BindableProperty

Identifies the BrightnessText property.

C#
public static readonly BindableProperty BrightnessTextProperty

ContrastMaximumProperty

BindableProperty

Identifies the ContrastMaximum property.

C#
public static readonly BindableProperty ContrastMaximumProperty

ContrastMinimumProperty

BindableProperty

Identifies the ContrastMinimum property.

C#
public static readonly BindableProperty ContrastMinimumProperty

ContrastProperty

BindableProperty

Identifies the Contrast property.

C#
public static readonly BindableProperty ContrastProperty

ContrastTextProperty

BindableProperty

Identifies the ContrastText property.

C#
public static readonly BindableProperty ContrastTextProperty

HueMaximumProperty

BindableProperty

Identifies the HueMaximum property.

C#
public static readonly BindableProperty HueMaximumProperty

HueMinimumProperty

BindableProperty

Identifies the HueMinimum property.

C#
public static readonly BindableProperty HueMinimumProperty

HueProperty

BindableProperty

Identifies the Hue property.

C#
public static readonly BindableProperty HueProperty

HueTextProperty

BindableProperty

Identifies the HueText property.

C#
public static readonly BindableProperty HueTextProperty

Identifies the SaturationMaximum property.

C#
public static readonly BindableProperty SaturationMaximumProperty

Identifies the SaturationMinimum property.

C#
public static readonly BindableProperty SaturationMinimumProperty

SaturationProperty

BindableProperty

Identifies the Saturation property.

C#
public static readonly BindableProperty SaturationProperty

SaturationTextProperty

BindableProperty

Identifies the SaturationText property.

C#
public static readonly BindableProperty SaturationTextProperty

SharpenMaximumProperty

BindableProperty

Identifies the SharpenMaximum property.

C#
public static readonly BindableProperty SharpenMaximumProperty

SharpenMinimumProperty

BindableProperty

Identifies the SharpenMinimum property.

C#
public static readonly BindableProperty SharpenMinimumProperty

SharpenProperty

BindableProperty

Identifies the Sharpen property.

C#
public static readonly BindableProperty SharpenProperty

SharpenTextProperty

BindableProperty

Identifies the SharpenText property.

C#
public static readonly BindableProperty SharpenTextProperty

Properties

Gets or sets the radius of the blur filter in pixels. The default value of 0 preserves the original sharpness of the image. Positive values increase the strength of the blur filter.

C#
public double Blur { get; set; }

Gets or sets the maximum value of the Blur property.

C#
public double BlurMaximum { get; set; }

Gets or sets the minimum value of the Blur property.

C#
public double BlurMinimum { get; set; }

Gets or sets the text of the blur caption.

C#
public string BlurText { get; set; }

Gets or sets the strength of the brightness filter in percents. The default value of 0 preserves the original brightness of the image. Positive values increase the brightness, where 100% is the maximum. Negative values decrease the brightness, where -100% is the minimum.

C#
public double Brightness { get; set; }

Gets or sets the maximum value of the Brightness property.

C#
public double BrightnessMaximum { get; set; }

Gets or sets the minimum value of the Brightness property.

C#
public double BrightnessMinimum { get; set; }

Gets or sets the text of the brightness caption.

C#
public string BrightnessText { get; set; }

Gets or sets the strength of the contrast filter in percents. The default value of 0 preserves the original contrast of the image. Positive values increase the contrast, where 100% is the maximum. Negative values decrease the contrast, where -100% is the minimum.

C#
public double Contrast { get; set; }

Gets or sets the maximum value of the Contrast property.

C#
public double ContrastMaximum { get; set; }

Gets or sets the minimum value of the Contrast property.

C#
public double ContrastMinimum { get; set; }

Gets or sets the text of the contrast caption.

C#
public string ContrastText { get; set; }

Gets or sets the strength of the hue filter in percents. The default value of 0 preserves the original hue of the image. Positive values shift the hue in positive direction, where 100% is the maximum. Negative values shift the hue in negative direction, where -100% is the minimum.

C#
public double Hue { get; set; }

Gets or sets the maximum value of the Hue property.

C#
public double HueMaximum { get; set; }

Gets or sets the minimum value of the Hue property.

C#
public double HueMinimum { get; set; }

Gets or sets the text of the hue caption.

C#
public string HueText { get; set; }

Gets or sets the strength of the saturation filter in percents. The default value of 0 preserves the original saturation of the image. Positive values increase the saturation, where 100% is the maximum. Nehative values decrease the saturation, where -100% is the minimum.

C#
public double Saturation { get; set; }

Gets or sets the maximum value of the Saturation property.

C#
public double SaturationMaximum { get; set; }

Gets or sets the minimum value of the Saturation property.

C#
public double SaturationMinimum { get; set; }

Gets or sets the text of the saturation caption.

C#
public string SaturationText { get; set; }

Gets or sets the strength of the hue filter in percents. The default value of 0 preserves the original hue of the image. Positive values shift the hue in positive direction, where 100% is the maximum. Negative values shift the hue in negative direction, where -100% is the minimum.

C#
public double Sharpen { get; set; }

Gets or sets the maximum value of the Sharpen property.

C#
public double SharpenMaximum { get; set; }

Gets or sets the minimum value of the Sharpen property.

C#
public double SharpenMinimum { get; set; }

Gets or sets the text of the sharpen caption.

C#
public string SharpenText { get; set; }