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
Pattern
Gets or sets the shadow pattern.
public string Pattern { get; set; }
Property Value
Style
Gets or sets the shadow style.
public string Style { get; set; }
Property Value
Width
Gets or sets the shadow width.
public string Width { get; set; }
Property Value
Methods
GetShadowStyleFromInternalValue(int)
Gets the PropertyShadow.ShadowStyle from the internal value.
public static PropertyShadow.ShadowStyle? GetShadowStyleFromInternalValue(int internalValue)
Parameters
internalValueintThe internal value.
Returns
- PropertyShadow.ShadowStyle?
The PropertyShadow.ShadowStyle corresponding to the internal value, or null if no matching style is found.