| Package | com.yworks.graph.drawing |
| Interface | public interface ISimpleLabelStyle extends ILabelStyle, IVisualStyle, ICloneable |
| Subinterfaces | IIconLabelStyle |
| Implementors | SimpleLabelStyle |
| 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
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.
Implementation 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.
Implementation public function get textFormat():UITextFormat