Class ImageEditorFilterOptionsToolbarItemView
Visual representation of a button displaying a filter options panel in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageEditorFilterOptionsToolbarItemView : ImageEditorOptionsToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IToolStripClickableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
ImageEditorFilterOptionsToolbarItemView()
Declaration
public ImageEditorFilterOptionsToolbarItemView()
Fields
BlurMaximumProperty
Identifies the Blur
Declaration
public static readonly BindableProperty BlurMaximumProperty
Field Value
Microsoft.
|
BlurMinimumProperty
Identifies the Blur
Declaration
public static readonly BindableProperty BlurMinimumProperty
Field Value
Microsoft.
|
BlurProperty
Identifies the Blur property.
Declaration
public static readonly BindableProperty BlurProperty
Field Value
Microsoft.
|
BlurTextProperty
Identifies the Blur
Declaration
public static readonly BindableProperty BlurTextProperty
Field Value
Microsoft.
|
BrightnessMaximumProperty
Identifies the Brightness
Declaration
public static readonly BindableProperty BrightnessMaximumProperty
Field Value
Microsoft.
|
BrightnessMinimumProperty
Identifies the Brightness
Declaration
public static readonly BindableProperty BrightnessMinimumProperty
Field Value
Microsoft.
|
BrightnessProperty
Identifies the Brightness property.
Declaration
public static readonly BindableProperty BrightnessProperty
Field Value
Microsoft.
|
BrightnessTextProperty
Identifies the Brightness
Declaration
public static readonly BindableProperty BrightnessTextProperty
Field Value
Microsoft.
|
ContrastMaximumProperty
Identifies the Contrast
Declaration
public static readonly BindableProperty ContrastMaximumProperty
Field Value
Microsoft.
|
ContrastMinimumProperty
Identifies the Contrast
Declaration
public static readonly BindableProperty ContrastMinimumProperty
Field Value
Microsoft.
|
ContrastProperty
Identifies the Contrast property.
Declaration
public static readonly BindableProperty ContrastProperty
Field Value
Microsoft.
|
ContrastTextProperty
Identifies the Contrast
Declaration
public static readonly BindableProperty ContrastTextProperty
Field Value
Microsoft.
|
HueMaximumProperty
Identifies the Hue
Declaration
public static readonly BindableProperty HueMaximumProperty
Field Value
Microsoft.
|
HueMinimumProperty
Identifies the Hue
Declaration
public static readonly BindableProperty HueMinimumProperty
Field Value
Microsoft.
|
HueProperty
Identifies the Hue property.
Declaration
public static readonly BindableProperty HueProperty
Field Value
Microsoft.
|
HueTextProperty
Identifies the Hue
Declaration
public static readonly BindableProperty HueTextProperty
Field Value
Microsoft.
|
SaturationMaximumProperty
Identifies the Saturation
Declaration
public static readonly BindableProperty SaturationMaximumProperty
Field Value
Microsoft.
|
SaturationMinimumProperty
Identifies the Saturation
Declaration
public static readonly BindableProperty SaturationMinimumProperty
Field Value
Microsoft.
|
SaturationProperty
Identifies the Saturation property.
Declaration
public static readonly BindableProperty SaturationProperty
Field Value
Microsoft.
|
SaturationTextProperty
Identifies the Saturation
Declaration
public static readonly BindableProperty SaturationTextProperty
Field Value
Microsoft.
|
SharpenMaximumProperty
Identifies the Sharpen
Declaration
public static readonly BindableProperty SharpenMaximumProperty
Field Value
Microsoft.
|
SharpenMinimumProperty
Identifies the Sharpen
Declaration
public static readonly BindableProperty SharpenMinimumProperty
Field Value
Microsoft.
|
SharpenProperty
Identifies the Sharpen property.
Declaration
public static readonly BindableProperty SharpenProperty
Field Value
Microsoft.
|
SharpenTextProperty
Identifies the Sharpen
Declaration
public static readonly BindableProperty SharpenTextProperty
Field Value
Microsoft.
|
Properties
Blur
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.
Declaration
public double Blur { get; set; }
Property Value
System.
|
BlurMaximum
Gets or sets the maximum value of the Blur property.
Declaration
public double BlurMaximum { get; set; }
Property Value
System.
|
BlurMinimum
Gets or sets the minimum value of the Blur property.
Declaration
public double BlurMinimum { get; set; }
Property Value
System.
|
BlurText
Gets or sets the text of the blur caption.
Declaration
public string BlurText { get; set; }
Property Value
System.
|
Brightness
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.
Declaration
public double Brightness { get; set; }
Property Value
System.
|
BrightnessMaximum
Gets or sets the maximum value of the Brightness property.
Declaration
public double BrightnessMaximum { get; set; }
Property Value
System.
|
BrightnessMinimum
Gets or sets the minimum value of the Brightness property.
Declaration
public double BrightnessMinimum { get; set; }
Property Value
System.
|
BrightnessText
Gets or sets the text of the brightness caption.
Declaration
public string BrightnessText { get; set; }
Property Value
System.
|
Contrast
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.
Declaration
public double Contrast { get; set; }
Property Value
System.
|
ContrastMaximum
Gets or sets the maximum value of the Contrast property.
Declaration
public double ContrastMaximum { get; set; }
Property Value
System.
|
ContrastMinimum
Gets or sets the minimum value of the Contrast property.
Declaration
public double ContrastMinimum { get; set; }
Property Value
System.
|
ContrastText
Gets or sets the text of the contrast caption.
Declaration
public string ContrastText { get; set; }
Property Value
System.
|
Hue
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.
Declaration
public double Hue { get; set; }
Property Value
System.
|
HueMaximum
Gets or sets the maximum value of the Hue property.
Declaration
public double HueMaximum { get; set; }
Property Value
System.
|
HueMinimum
Gets or sets the minimum value of the Hue property.
Declaration
public double HueMinimum { get; set; }
Property Value
System.
|
HueText
Gets or sets the text of the hue caption.
Declaration
public string HueText { get; set; }
Property Value
System.
|
Saturation
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.
Declaration
public double Saturation { get; set; }
Property Value
System.
|
SaturationMaximum
Gets or sets the maximum value of the Saturation property.
Declaration
public double SaturationMaximum { get; set; }
Property Value
System.
|
SaturationMinimum
Gets or sets the minimum value of the Saturation property.
Declaration
public double SaturationMinimum { get; set; }
Property Value
System.
|
SaturationText
Gets or sets the text of the saturation caption.
Declaration
public string SaturationText { get; set; }
Property Value
System.
|
Sharpen
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.
Declaration
public double Sharpen { get; set; }
Property Value
System.
|
SharpenMaximum
Gets or sets the maximum value of the Sharpen property.
Declaration
public double SharpenMaximum { get; set; }
Property Value
System.
|
SharpenMinimum
Gets or sets the minimum value of the Sharpen property.
Declaration
public double SharpenMinimum { get; set; }
Property Value
System.
|
SharpenText
Gets or sets the text of the sharpen caption.
Declaration
public string SharpenText { get; set; }
Property Value
System.
|