Class
ShapeToolSettings

Represents the UI settings for the ShapeTool.

Definition

Namespace:Telerik.Windows.Media.Imaging.Tools.UI

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class ShapeToolSettings : Control

Inheritance: objectShapeToolSettings

Constructors

ShapeToolSettings()

Declaration

cs-api-definition
public ShapeToolSettings()

ShapeToolSettings(Color, double)

Declaration

cs-api-definition
public ShapeToolSettings(Color strokeColor, double strokeSize)

Parameters

strokeColor

Color

strokeSize

double

Properties

FillColor

Declaration

cs-api-definition
public Color FillColor { get; set; }

Property Value

Color

IsRatioLocked

Declaration

cs-api-definition
public bool IsRatioLocked { get; }

Property Value

bool

SelectedShape

Declaration

cs-api-definition
public IShape SelectedShape { get; }

Property Value

IShape

Shapes

Declaration

cs-api-definition
public ObservableCollection<IShape> Shapes { get; }

Property Value

ObservableCollection<IShape>

StrokeColor

Declaration

cs-api-definition
public Color StrokeColor { get; set; }

Property Value

Color

StrokeSize

Declaration

cs-api-definition
public double StrokeSize { get; set; }

Property Value

double

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.