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.String
|
LabelImageSizeName
Declaration
public const string LabelImageSizeName = "LabelImageSize"
Field Value
System.String
|
NumericHeightPercentName
Declaration
public const string NumericHeightPercentName = "NumericHeightPercent"
Field Value
System.String
|
NumericHeightPxName
Declaration
public const string NumericHeightPxName = "NumericHeightPx"
Field Value
System.String
|
NumericWidthPercentName
Declaration
public const string NumericWidthPercentName = "NumericWidthPercent"
Field Value
System.String
|
NumericWidthPxName
Declaration
public const string NumericWidthPxName = "NumericWidthPx"
Field Value
System.String
|
Properties
ImageHeight
Declaration
public int ImageHeight { get; }
Property Value
System.Int32
|
ImageWidth
Declaration
public int ImageWidth { get; }
Property Value
System.Int32
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
OnSettingsChanged()
Declaration
protected virtual void OnSettingsChanged()
SetImageSize(Int32, Int32)
Declaration
public void SetImageSize(int width, int height)
Parameters
System.Int32
width
|
System.Int32
height
|
Events
SettingsChanged
Declaration
public event EventHandler SettingsChanged
Event Type
System.EventHandler
|