![]() |
LuciadCPillar C# 2024.1.02
|
This class contains styling properties to determine how an area is filled. More...
Classes | |
class | Builder |
A builder class for creating fill styles. More... | |
Public Member Functions | |
Luciad.Layers.Styles.FillStyle.Builder | AsBuilder () |
Returns a builder that has all properties of this FillStyle . More... | |
void | Dispose () |
Static Public Member Functions | |
static Luciad.Layers.Styles.FillStyle.Builder | NewBuilder () |
Returns a new builder for creating a FillStyle . More... | |
Properties | |
System.Drawing.Color | Color [get] |
The fill color. More... | |
Luciad.Drawing.IIcon | Icon [get] |
The icon to use as fill style, or null if no icon is used. More... | |
Luciad.Drawing.Image | Image [get] |
The image to use as fill style, or null if no image is used. More... | |
This class contains styling properties to determine how an area is filled.
|
inline |
|
inline |
|
inlinestatic |
|
get |
The fill color.
Returns the fill color.
|
get |
The icon to use as fill style, or null
if no icon is used.
Returns the icon to use as fill style, or null
if no icon is used.
|
get |
The image to use as fill style, or null
if no image is used.
Returns the image to use as fill style, or null
if no image is used.