Class PropertyRectangleFrame
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Rectangle frame definition (style, color, width) with object-type specific defaults.
public class PropertyRectangleFrame : DomItem
- Inheritance
-
PropertyRectangleFrame
- Inherited Members
Properties
Color
Gets or sets the frame color expression.
public string Color { get; set; }
Property Value
Style
Gets or sets the line style (engine specific constant).
public string Style { get; set; }
Property Value
Width
Gets or sets the frame line width in 1/1000 mm.
public string Width { get; set; }
Property Value
Methods
GetFrameStyleFromInternalValue(int)
Converts an internal integer value to a corresponding PropertyRectangleFrame.FrameStyle enumeration value.
public static PropertyRectangleFrame.FrameStyle? GetFrameStyleFromInternalValue(int internalValue)
Parameters
internalValueintThe internal integer value representing a frame style.
Returns
- PropertyRectangleFrame.FrameStyle?
A PropertyRectangleFrame.FrameStyle value if the internal value matches a defined frame style; otherwise,
null.