Search
HandlesVisualStyle Members
Constructors Properties Methods
 


Defines the Pen and Brush objects used to draw items' adjustment handles.

The following tables list the members exposed by the HandlesVisualStyle type.

 Public Constructors

  Name Description

HandlesVisualStyle

Initializes a new instance of the HandlesVisualStyle class.

 Public Properties

  Name Description

ControlPointBrush

Gets or sets a Brush used to fill the interior of shape control points.

DashPen

Gets or sets a Pen used to draw dashed selection frames.

HandleBrush

Gets or sets a Brush used to fill the interior of selection handles.

HandlePen

Gets or sets a Pen used to draw the border of selection handles.

HatchBrush

Gets or sets a Brush used to draw hatch frames.

PatternBrush

Gets or sets a Brush used to draw selection frames for the MoveOnly style.

RotationHandleBrush

Gets or sets a Brush used to fill the interior of the rotation handle.

 Public Methods

  Name Description

LoadFromXml

Loads the style from XML.

SaveToXml

Saves the style to XML.

 Protected Methods

  Name Description

LoadFromJson

Loads the style content from a JSON object.

SaveToJson

Saves the style content into a JsonObject.

 See Also