HandlesVisualStyle

open class HandlesVisualStyle

Identifies properties for the visual style of handles.

  • Specifies the stroke for visual handles. Default color is Colors.Black

    Declaration

    Swift

    open var defHandleStroke: Color
  • Specifies the stroke thickness. Default value is 0.0.

    Declaration

    Swift

    open var defHandleStrokeThickness: Double
  • Specifies the default Brush for adjustment handles. Default value is a white SolidColorBrush

    Declaration

    Swift

    open var defHandleBrush: Brush
  • Initializes a new instance of the HandlesVisualStyle class.

    Declaration

    Swift

    public init()

    Return Value

    The newly created HandlesVisualStyle object.

  • Loads this HandlesVisualStyle from the specified XML context and element.

    Declaration

    Swift

    open func loadFromXml(_ element: XmlElement?, context: XmlContext)

    Parameters

    element

    The XmlElement, which contains this HandlesVisualStyle. The value can be nil.

    context

    The XmlContext, which contains this HandlesVisualStyle.