Class ShapeToolSettings
Represents the UI settings for the ShapeTool.
Inheritance
Namespace: Telerik.Windows.Media.Imaging.Tools.UI
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ShapeToolSettings : Control
Constructors
ShapeToolSettings()
Declaration
public ShapeToolSettings()
ShapeToolSettings(Color, Double)
Declaration
public ShapeToolSettings(Color strokeColor, double strokeSize)
Parameters
System.Windows.Media.Color
strokeColor
|
System.Double
strokeSize
|
Properties
FillColor
Declaration
public Color FillColor { get; set; }
Property Value
System.Windows.Media.Color
|
IsRatioLocked
Declaration
public bool IsRatioLocked { get; }
Property Value
System.Boolean
|
SelectedShape
Shapes
Declaration
public ObservableCollection<IShape> Shapes { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<IShape>
|
StrokeColor
Declaration
public Color StrokeColor { get; set; }
Property Value
System.Windows.Media.Color
|
StrokeSize
Declaration
public double StrokeSize { 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. |