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