Class DrawTextToolSettings
Inheritance
Namespace: Telerik.Windows.Media.Imaging.Tools.UI
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class DrawTextToolSettings : Control
Constructors
DrawTextToolSettings()
Declaration
public DrawTextToolSettings()
Fields
ColorPickerTextName
Declaration
public const string ColorPickerTextName = "ColorPickerText"
Field Value
System.
|
ComboBoxFontFamilyName
Declaration
public const string ComboBoxFontFamilyName = "ComboBoxFontFamily"
Field Value
System.
|
NumericFontSizeName
Declaration
public const string NumericFontSizeName = "NumericFontSize"
Field Value
System.
|
NumericPositionXName
Declaration
public const string NumericPositionXName = "NumericPositionX"
Field Value
System.
|
NumericPositionYName
Declaration
public const string NumericPositionYName = "NumericPositionY"
Field Value
System.
|
NumericRotationDegreesName
Declaration
public const string NumericRotationDegreesName = "NumericRotationDegrees"
Field Value
System.
|
TextBoxName
Declaration
public const string TextBoxName = "TextBox"
Field Value
System.
|
ToggleButtonBoldName
Declaration
public const string ToggleButtonBoldName = "ToggleButtonBold"
Field Value
System.
|
ToggleButtonItalicName
Declaration
public const string ToggleButtonItalicName = "ToggleButtonItalic"
Field Value
System.
|
ToggleButtonUnderlineName
Declaration
public const string ToggleButtonUnderlineName = "ToggleButtonUnderline"
Field Value
System.
|
Properties
IsTextBold
Declaration
public bool IsTextBold { get; }
Property Value
System.
|
IsTextItalic
Declaration
public bool IsTextItalic { get; }
Property Value
System.
|
IsTextUnderlined
Declaration
public bool IsTextUnderlined { get; }
Property Value
System.
|
MaxTextPosition
Declaration
public Point MaxTextPosition { get; set; }
Property Value
System.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
System.
|
TextFontFamily
Declaration
public FontFamily TextFontFamily { get; set; }
Property Value
System.
|
TextFontSize
Declaration
public double TextFontSize { get; set; }
Property Value
System.
|
TextPosition
Declaration
public Point TextPosition { get; set; }
Property Value
System.
|
TextRotationDegrees
Declaration
public double TextRotationDegrees { get; set; }
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. |
Events
SettingsChanged
Declaration
public event EventHandler SettingsChanged
Event Type
System.
|