Table of Contents

Class PropertyShadow

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents shadow styling (style, pattern, color, width) for supported objects.

public class PropertyShadow : DomItem
Inheritance
PropertyShadow
Inherited Members

Properties

Color

Gets or sets the shadow color.

public string Color { get; set; }

Property Value

string

Pattern

Gets or sets the shadow pattern.

public string Pattern { get; set; }

Property Value

string

Style

Gets or sets the shadow style.

public string Style { get; set; }

Property Value

string

Width

Gets or sets the shadow width.

public string Width { get; set; }

Property Value

string

Methods

GetShadowStyleFromInternalValue(int)

Gets the PropertyShadow.ShadowStyle from the internal value.

public static PropertyShadow.ShadowStyle? GetShadowStyleFromInternalValue(int internalValue)

Parameters

internalValue int

The internal value.

Returns

PropertyShadow.ShadowStyle?

The PropertyShadow.ShadowStyle corresponding to the internal value, or null if no matching style is found.