New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:strokeColorColorstrokeSizedouble

Properties

C#
public Color FillColor { get; set; }
C#
public bool IsRatioLocked { get; }
C#
public IShape SelectedShape { get; }
C#
public ObservableCollection<IShape> Shapes { get; }
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)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.