Class PropertyDawing
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a drawing element (formula path, size and position) used within crosstab layouts.
public class PropertyDawing : DomItem
- Inheritance
-
PropertyDawing
- Inherited Members
Properties
Formula
Gets or sets the drawing formula or path.
public string Formula { get; set; }
Property Value
Height
Gets or sets the drawing height.
public string Height { get; set; }
Property Value
Position
Gets or sets the drawing position.
public string Position { get; set; }
Property Value
Width
Gets or sets the drawing width.
public string Width { get; set; }