| Package | com.yworks.graph.drawing |
| Interface | public interface ISimpleLabelStyle extends ILabelStyle, IVisualStyle, ICloneable |
| Implementors | SimpleLabelStyle |
SimpleLabelStyleRenderer
to describe a basic label style.
| Property | Defined By | ||
|---|---|---|---|
| backgroundFill : IFill [read-only]
Gets the fill to use for the background box of the label or null
| ISimpleLabelStyle | ||
| backgroundStroke : IStroke [read-only]
Gets the pen to use for the background box of the label or null
| ISimpleLabelStyle | ||
| clipText : Boolean [read-only]
Gets a value that determines whether text should be clipped. | ISimpleLabelStyle | ||
![]() | styleRenderer : IStyleRenderer [read-only]
Gets the renderer implementation that has been supplied to
this instance upon creation. | IVisualStyle | |
| textFormat : UITextFormat [read-only]
Gets the text format used to format the text on a label drawn with this style. | ISimpleLabelStyle | ||
| backgroundFill | property |
backgroundFill:IFill [read-only]
Gets the fill to use for the background box of the label or null
public function get backgroundFill():IFill| backgroundStroke | property |
backgroundStroke:IStroke [read-only]
Gets the pen to use for the background box of the label or null
public function get backgroundStroke():IStroke| clipText | property |
clipText:Boolean [read-only] Gets a value that determines whether text should be clipped.
public function get clipText():Boolean| textFormat | property |
textFormat:UITextFormat [read-only] Gets the text format used to format the text on a label drawn with this style.
public function get textFormat():UITextFormat