Class PropertyDisplay
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents display settings for drawing contents (size, alignment, isotropic scaling).
public class PropertyDisplay : DomItem
- Inheritance
-
PropertyDisplay
- Inherited Members
Properties
Alignment
Gets or sets the content alignment mode.
public string Alignment { get; set; }
Property Value
Isotropic
Gets or sets whether isotropic scaling is applied.
public string Isotropic { get; set; }
Property Value
OriginalSize
Gets or sets whether the original size is preserved (non-formula).
public string OriginalSize { get; set; }