|
BaseCap
|
Specifies the LineCap that appears as part of this CustomLineCap at the end of a line.
|
|
BaseInset
|
Specifies the base inset value of this custom line cap. This is the distance between the end of a line and the base cap.
Warning
|
If this value is greater than the length of the line, the behavior of this method is undefined.
|
|
|
EndCap
|
Specifies the line cap that will be used for the end of the line to be drawn.
|
|
Join
|
Specifies the line join that will be used for two lines that are drawn by the same pen and that have overlapping ends.
|
|
Path
|
Specifies the path shape of the custom line cap.
Important Note
|
The path shape should be fitted to the RectF(-0.5,-0.5,0.5,0.5)
|
|
|
PathData
|
Specifies the path shape as a string.
Important Note
|
The path shape should be fitted to the RectF(-0.5,-0.5,0.5,0.5)
|
|
|
StartCap
|
Specifies the line cap that will be used for the start of the line to be drawn.
|
|
UsePathAsFill
|
Controls whether the path that defines the custom line cap is used as a Fill path (True) or a Pen path (False)
|
|
WidthScale
|
Specifies the scaling factor that will be used to scale the line width. This is the amount to scale the custom line cap relative to the width of the Pen used to draw lines. The default value of 1.0 does not scale the line cap.
|