LuciadCPillar C# 2024.1.01
Luciad.Layers.Styles.LineStyle Class Reference

This class contains styling properties to determine how a line is painted. More...

Inheritance diagram for Luciad.Layers.Styles.LineStyle:

Classes

class  Builder
 A builder class for creating line styles. More...
 

Public Member Functions

Luciad.Layers.Styles.LineStyle.Builder AsBuilder ()
 Returns a LineStyle builder that has all properties of this LineStyle. More...
 
void Dispose ()
 

Static Public Member Functions

static Luciad.Layers.Styles.LineStyle.Builder NewBuilder ()
 Returns a new builder for creating a LineStyle. More...
 

Properties

System.Drawing.Color Color [get]
 The line color. More...
 
double Width [get]
 The line width in device independent pixels More...
 

Detailed Description

This class contains styling properties to determine how a line is painted.

Since
2020.2

Member Function Documentation

◆ AsBuilder()

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

Returns a LineStyle builder that has all properties of this LineStyle.

Returns
a LineStyle builder that has all properties of this LineStyle.

◆ Dispose()

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

◆ NewBuilder()

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

Returns a new builder for creating a LineStyle.

Returns
a new builder for creating a LineStyle.

Property Documentation

◆ Color

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

The line color.

[get]

Returns the line color.

◆ Width

double Luciad.Layers.Styles.LineStyle.Width
get

The line width in device independent pixels

[get]

Returns the line width in device independent pixels