Class ShapeToolSettings
Represents the UI settings for the Shape
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.
|
System.
|
Properties
FillColor
Declaration
public Color FillColor { get; set; }
Property Value
System.
|
IsRatioLocked
Declaration
public bool IsRatioLocked { get; }
Property Value
System.
|
SelectedShape
Shapes
Declaration
public ObservableCollection<IShape> Shapes { get; }
Property Value
System.
|
StrokeColor
Declaration
public Color StrokeColor { get; set; }
Property Value
System.
|
StrokeSize
Declaration
public double StrokeSize { 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. |