Expander
open class Expander : Manipulator
Implements a class for expanding items. This class inherits Manipulator.
-
Declaration
Swift
public override init(item: DiagramItem) -
Draws the expanded DiagramNode at the specified canvas.
Declaration
Swift
open override func draw(_ canvas: Canvas)Parameters
canvasThe canvas onto which is drawn.
-
Specifies if the node is expanded.
Declaration
Swift
open var expanded: Bool { get } -
Specifies the Brush for the background of the Extender.
Declaration
Swift
open var backgroundBrush: SolidColorBrush -
Specifies the Brush for the stroke of the Extender.
Declaration
Swift
open var strokeBrush: SolidColorBrush -
Specifies the Brush for the interior of the Extender.
Declaration
Swift
open var innerBrush: SolidColorBrush -
Specifies the thickness of the stroke.
Declaration
Swift
open var strokeThickness: Double
Expander Class Reference