AreaStyle class
Represents the styling of an Area symbology
Signature:export declare class AreaStyle
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
B | number | The blue value of this area color | |
FillB | number | The blue fill value for the fill type | |
FillG | number | The green fill value for the fill type | |
FillOpacity | number | The opacity of the fill type | |
FillR | number | The red fill value for the fill type | |
FillRGBA | readonly | string | Returns the fill color of the fill type in RGBA format |
FillSize | number | The sice of the fill type | |
FillStrokeB | number | The blue value from the stroke of the fill type | |
FillStrokeG | number | The green value from the stroke of the fill type | |
FillStrokeOpacity | number | The stroke opacity of the fill type | |
FillStrokeR | number | The red value from the stroke of the fill type | |
FillStrokeRGBA | readonly | string | Returns the stroke color of the fill type in RGBA format |
FillStrokeWidth | number | The stroke with of the fill type | |
FillType | string | The type of fill (Hatch or Graphic) | |
G | number | The green value of this area color | |
Opacity | number | The opacity of this area color | |
R | number | The red value of this area color | |
RGBA | readonly | string | Returns the fill color in RGBA format |