Class CanvasResizeToolSettings
Inheritance
Namespace: Telerik.Windows.Media.Imaging.Tools.UI
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class CanvasResizeToolSettings : Control
Constructors
CanvasResizeToolSettings()
Declaration
public CanvasResizeToolSettings()
Fields
AlignBCName
Declaration
public const string AlignBCName = "AlignBC"
Field Value
System.String
|
AlignBLName
Declaration
public const string AlignBLName = "AlignBL"
Field Value
System.String
|
AlignBRName
Declaration
public const string AlignBRName = "AlignBR"
Field Value
System.String
|
AlignCCName
Declaration
public const string AlignCCName = "AlignCC"
Field Value
System.String
|
AlignCLName
Declaration
public const string AlignCLName = "AlignCL"
Field Value
System.String
|
AlignCRName
Declaration
public const string AlignCRName = "AlignCR"
Field Value
System.String
|
AlignTCName
Declaration
public const string AlignTCName = "AlignTC"
Field Value
System.String
|
AlignTLName
Declaration
public const string AlignTLName = "AlignTL"
Field Value
System.String
|
AlignTRName
Declaration
public const string AlignTRName = "AlignTR"
Field Value
System.String
|
ColorPickerBackgroundName
Declaration
public const string ColorPickerBackgroundName = "ColorPickerBackground"
Field Value
System.String
|
LabelCanvasSizeName
Declaration
public const string LabelCanvasSizeName = "LabelCanvasSize"
Field Value
System.String
|
NumericHeightPxName
Declaration
public const string NumericHeightPxName = "NumericHeightPx"
Field Value
System.String
|
NumericWidthPxName
Declaration
public const string NumericWidthPxName = "NumericWidthPx"
Field Value
System.String
|
Properties
CanvasBackgroundColor
Declaration
public Color CanvasBackgroundColor { get; }
Property Value
System.Windows.Media.Color
|
CanvasHeight
Declaration
public int CanvasHeight { get; set; }
Property Value
System.Int32
|
CanvasWidth
Declaration
public int CanvasWidth { get; set; }
Property Value
System.Int32
|
HasAppliedTemplate
Declaration
public bool HasAppliedTemplate { get; }
Property Value
System.Boolean
|
HorizontalImageAlignment
Declaration
public HorizontalAlignment HorizontalImageAlignment { get; }
Property Value
System.Windows.HorizontalAlignment
|
VerticalImageAlignment
Declaration
public VerticalAlignment VerticalImageAlignment { get; }
Property Value
System.Windows.VerticalAlignment
|
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()
Events
SettingsChanged
Declaration
public event EventHandler SettingsChanged
Event Type
System.EventHandler
|