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.String
|
ComboBoxFontFamilyName
Declaration
public const string ComboBoxFontFamilyName = "ComboBoxFontFamily"
Field Value
System.String
|
NumericFontSizeName
Declaration
public const string NumericFontSizeName = "NumericFontSize"
Field Value
System.String
|
NumericPositionXName
Declaration
public const string NumericPositionXName = "NumericPositionX"
Field Value
System.String
|
NumericPositionYName
Declaration
public const string NumericPositionYName = "NumericPositionY"
Field Value
System.String
|
NumericRotationDegreesName
Declaration
public const string NumericRotationDegreesName = "NumericRotationDegrees"
Field Value
System.String
|
TextBoxName
Declaration
public const string TextBoxName = "TextBox"
Field Value
System.String
|
ToggleButtonBoldName
Declaration
public const string ToggleButtonBoldName = "ToggleButtonBold"
Field Value
System.String
|
ToggleButtonItalicName
Declaration
public const string ToggleButtonItalicName = "ToggleButtonItalic"
Field Value
System.String
|
ToggleButtonUnderlineName
Declaration
public const string ToggleButtonUnderlineName = "ToggleButtonUnderline"
Field Value
System.String
|
Properties
IsTextBold
Declaration
public bool IsTextBold { get; }
Property Value
System.Boolean
|
IsTextItalic
Declaration
public bool IsTextItalic { get; }
Property Value
System.Boolean
|
IsTextUnderlined
Declaration
public bool IsTextUnderlined { get; }
Property Value
System.Boolean
|
MaxTextPosition
Declaration
public Point MaxTextPosition { get; set; }
Property Value
System.Windows.Point
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
System.Windows.Media.Color
|
TextFontFamily
Declaration
public FontFamily TextFontFamily { get; set; }
Property Value
System.Windows.Media.FontFamily
|
TextFontSize
Declaration
public double TextFontSize { get; set; }
Property Value
System.Double
|
TextPosition
Declaration
public Point TextPosition { get; set; }
Property Value
System.Windows.Point
|
TextRotationDegrees
Declaration
public double TextRotationDegrees { get; set; }
Property Value
System.Double
|
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. |
Events
SettingsChanged
Declaration
public event EventHandler SettingsChanged
Event Type
System.EventHandler
|