Class PropertyDistance
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a distance setting that can be automatic or explicit.
public class PropertyDistance : DomItem
- Inheritance
-
PropertyDistance
- Inherited Members
Properties
Automatic
Gets or sets whether the distance is determined automatically.
public string Automatic { get; set; }
Property Value
Value
Gets or sets the explicit distance value.
public string Value { get; set; }