ClassShapeToolSettings
Class
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
Properties
FillColor
Declaration
cs-api-definition
public Color FillColor { get; set; }
Property Value
Color
Shapes
Declaration
cs-api-definition
public ObservableCollection<IShape> Shapes { get; }
Property Value
StrokeColor
Declaration
cs-api-definition
public Color StrokeColor { get; set; }
Property Value
Color
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
The RoutedEventArgs that contains the event data.