ResizeToolSettings
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.Tools.UI
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class ResizeToolSettings : Control
Inheritance: objectResizeToolSettings
Constructors
C#
public ResizeToolSettings()
Fields
C#
public const string CheckPreserveAspectRatioName = "CheckPreserveAspectRatio"
C#
public const string LabelImageSizeName = "LabelImageSize"
C#
public const string NumericHeightPercentName = "NumericHeightPercent"
C#
public const string NumericHeightPxName = "NumericHeightPx"
C#
public const string NumericWidthPercentName = "NumericWidthPercent"
C#
public const string NumericWidthPxName = "NumericWidthPx"
Properties
C#
public int ImageHeight { get; }
C#
public int ImageWidth { get; }
Methods
C#
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
C#
protected virtual void OnSettingsChanged()
Events
C#
public event EventHandler SettingsChanged