Class PropertyAnchor
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents anchor positioning settings for floating objects (e.g. contents, align to top).
public class PropertyAnchor : DomItem
- Inheritance
-
PropertyAnchor
- Inherited Members
Properties
Contents
Gets or sets the anchor content mode (engine specific numeric constant).
public string Contents { get; set; }
Property Value
ToTop
Gets or sets whether the object is anchored to the top.
public string ToTop { get; set; }