| Package | com.yworks.graph.drawing |
| Interface | public interface IBevelNodeStyle extends INodeStyle, IVisualStyle, ICloneable |
| Implementors | BevelNodeStyle |
BevelNodeStyleRenderer
to query the properties from.
See also
| Property | Defined by | ||
|---|---|---|---|
| color : uint [read-only]
The base color to use.
| IBevelNodeStyle | ||
| inset : Number [read-only]
The insets to use for the bevel.
| IBevelNodeStyle | ||
| radius : Number [read-only]
The radius of the corner of the rounded rectangle.
| IBevelNodeStyle | ||
![]() | styleRenderer : IStyleRenderer
Gets the renderer implementation that has been supplied to
this instance upon creation.
| IVisualStyle | |
| color | property |
color:uint [read-only]The base color to use.
Implementation public function get color():uint
| inset | property |
inset:Number [read-only]The insets to use for the bevel.
Implementation public function get inset():Number
| radius | property |
radius:Number [read-only]The radius of the corner of the rounded rectangle.
Implementation public function get radius():Number