ShapeToolSettings
Class
Represents the UI settings for the ShapeTool.
Definition
Namespace:Telerik.Windows.Media.Imaging.Tools.UI
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class ShapeToolSettings : Control
Inheritance: objectShapeToolSettings
Constructors
C#
public ShapeToolSettings()
C#
public ShapeToolSettings(Color strokeColor, double strokeSize)
Properties
FillColor
Color
C#
public Color FillColor { get; set; }
C#
public bool IsRatioLocked { get; }
C#
public IShape SelectedShape { get; }
C#
public ObservableCollection<IShape> Shapes { get; }
StrokeColor
Color
C#
public Color StrokeColor { get; set; }
C#
public double StrokeSize { get; set; }
Methods
C#
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.