Class ResizeToolSettings
Inheritance
Namespace: Telerik.Windows.Media.Imaging.Tools.UI
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ResizeToolSettings : Control
Constructors
ResizeToolSettings()
Declaration
public ResizeToolSettings()
Fields
CheckPreserveAspectRatioName
Declaration
public const string CheckPreserveAspectRatioName = "CheckPreserveAspectRatio"
Field Value
System.
|
LabelImageSizeName
Declaration
public const string LabelImageSizeName = "LabelImageSize"
Field Value
System.
|
NumericHeightPercentName
Declaration
public const string NumericHeightPercentName = "NumericHeightPercent"
Field Value
System.
|
NumericHeightPxName
Declaration
public const string NumericHeightPxName = "NumericHeightPx"
Field Value
System.
|
NumericWidthPercentName
Declaration
public const string NumericWidthPercentName = "NumericWidthPercent"
Field Value
System.
|
NumericWidthPxName
Declaration
public const string NumericWidthPxName = "NumericWidthPx"
Field Value
System.
|
Properties
ImageHeight
Declaration
public int ImageHeight { get; }
Property Value
System.
|
ImageWidth
Declaration
public int ImageWidth { get; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnSettingsChanged()
Declaration
protected virtual void OnSettingsChanged()
SetImageSize(Int32, Int32)
Declaration
public void SetImageSize(int width, int height)
Parameters
System.
|
System.
|
Events
SettingsChanged
Declaration
public event EventHandler SettingsChanged
Event Type
System.
|