LuciadCPillar C# 2024.1.02
Luciad.Layers.Styles.FillStyle Class Reference

This class contains styling properties to determine how an area is filled. More...

Inheritance diagram for Luciad.Layers.Styles.FillStyle:

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...
 

Detailed Description

This class contains styling properties to determine how an area is filled.

Since
2020.2

Member Function Documentation

◆ AsBuilder()

Luciad.Layers.Styles.FillStyle.Builder Luciad.Layers.Styles.FillStyle.AsBuilder ( )
inline

Returns a builder that has all properties of this FillStyle.

Returns
a builder that has all properties of this FillStyle.

◆ Dispose()

void Luciad.Layers.Styles.FillStyle.Dispose ( )
inline

◆ NewBuilder()

static Luciad.Layers.Styles.FillStyle.Builder Luciad.Layers.Styles.FillStyle.NewBuilder ( )
inlinestatic

Returns a new builder for creating a FillStyle.

Returns
a new builder for creating a FillStyle.

Property Documentation

◆ Color

System.Drawing.Color Luciad.Layers.Styles.FillStyle.Color
get

The fill color.

[get]

Returns the fill color.

◆ Icon

Luciad.Drawing.IIcon Luciad.Layers.Styles.FillStyle.Icon
get

The icon to use as fill style, or null if no icon is used.

[get]

Returns the icon to use as fill style, or null if no icon is used.

Since
2022.0 [get]

◆ Image

Luciad.Drawing.Image Luciad.Layers.Styles.FillStyle.Image
get

The image to use as fill style, or null if no image is used.

[get]

Returns the image to use as fill style, or null if no image is used.