ClassImageEditorFilterOptionsToolbarItemView
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
ImageEditorFilterOptionsToolbarItemView()
Declaration
public ImageEditorFilterOptionsToolbarItemView()
Fields
BlurMaximumProperty
Identifies the BlurMaximum property.
Declaration
public static readonly BindableProperty BlurMaximumProperty
Field Value
BindableProperty
BlurMinimumProperty
Identifies the BlurMinimum property.
Declaration
public static readonly BindableProperty BlurMinimumProperty
Field Value
BindableProperty
BlurProperty
Identifies the Blur property.
Declaration
public static readonly BindableProperty BlurProperty
Field Value
BindableProperty
BlurTextProperty
Identifies the BlurText property.
Declaration
public static readonly BindableProperty BlurTextProperty
Field Value
BindableProperty
BrightnessMaximumProperty
Identifies the BrightnessMaximum property.
Declaration
public static readonly BindableProperty BrightnessMaximumProperty
Field Value
BindableProperty
BrightnessMinimumProperty
Identifies the BrightnessMinimum property.
Declaration
public static readonly BindableProperty BrightnessMinimumProperty
Field Value
BindableProperty
BrightnessProperty
Identifies the Brightness property.
Declaration
public static readonly BindableProperty BrightnessProperty
Field Value
BindableProperty
BrightnessTextProperty
Identifies the BrightnessText property.
Declaration
public static readonly BindableProperty BrightnessTextProperty
Field Value
BindableProperty
ContrastMaximumProperty
Identifies the ContrastMaximum property.
Declaration
public static readonly BindableProperty ContrastMaximumProperty
Field Value
BindableProperty
ContrastMinimumProperty
Identifies the ContrastMinimum property.
Declaration
public static readonly BindableProperty ContrastMinimumProperty
Field Value
BindableProperty
ContrastProperty
Identifies the Contrast property.
Declaration
public static readonly BindableProperty ContrastProperty
Field Value
BindableProperty
ContrastTextProperty
Identifies the ContrastText property.
Declaration
public static readonly BindableProperty ContrastTextProperty
Field Value
BindableProperty
HueMaximumProperty
Identifies the HueMaximum property.
Declaration
public static readonly BindableProperty HueMaximumProperty
Field Value
BindableProperty
HueMinimumProperty
Identifies the HueMinimum property.
Declaration
public static readonly BindableProperty HueMinimumProperty
Field Value
BindableProperty
HueProperty
Identifies the Hue property.
Declaration
public static readonly BindableProperty HueProperty
Field Value
BindableProperty
HueTextProperty
Identifies the HueText property.
Declaration
public static readonly BindableProperty HueTextProperty
Field Value
BindableProperty
SaturationMaximumProperty
Identifies the SaturationMaximum property.
Declaration
public static readonly BindableProperty SaturationMaximumProperty
Field Value
BindableProperty
SaturationMinimumProperty
Identifies the SaturationMinimum property.
Declaration
public static readonly BindableProperty SaturationMinimumProperty
Field Value
BindableProperty
SaturationProperty
Identifies the Saturation property.
Declaration
public static readonly BindableProperty SaturationProperty
Field Value
BindableProperty
SaturationTextProperty
Identifies the SaturationText property.
Declaration
public static readonly BindableProperty SaturationTextProperty
Field Value
BindableProperty
SharpenMaximumProperty
Identifies the SharpenMaximum property.
Declaration
public static readonly BindableProperty SharpenMaximumProperty
Field Value
BindableProperty
SharpenMinimumProperty
Identifies the SharpenMinimum property.
Declaration
public static readonly BindableProperty SharpenMinimumProperty
Field Value
BindableProperty
SharpenProperty
Identifies the Sharpen property.
Declaration
public static readonly BindableProperty SharpenProperty
Field Value
BindableProperty
SharpenTextProperty
Identifies the SharpenText property.
Declaration
public static readonly BindableProperty SharpenTextProperty
Field Value
BindableProperty
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.
BlurMaximum
Gets or sets the maximum value of the Blur property.
BlurMinimum
Gets or sets the minimum value of the Blur property.
BlurText
Gets or sets the text of the blur caption.
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.
BrightnessMaximum
Gets or sets the maximum value of the Brightness property.
BrightnessMinimum
Gets or sets the minimum value of the Brightness property.
BrightnessText
Gets or sets the text of the brightness caption.
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.
ContrastMaximum
Gets or sets the maximum value of the Contrast property.
ContrastMinimum
Gets or sets the minimum value of the Contrast property.
ContrastText
Gets or sets the text of the contrast caption.
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.
HueMaximum
Gets or sets the maximum value of the Hue property.
HueMinimum
Gets or sets the minimum value of the Hue property.
HueText
Gets or sets the text of the hue caption.
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.
SaturationMaximum
Gets or sets the maximum value of the Saturation property.
SaturationMinimum
Gets or sets the minimum value of the Saturation property.
SaturationText
Gets or sets the text of the saturation caption.
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.
SharpenMaximum
Gets or sets the maximum value of the Sharpen property.
SharpenMinimum
Gets or sets the minimum value of the Sharpen property.
SharpenText
Gets or sets the text of the sharpen caption.