Class PropertyOutputFormatterDegree
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a degree formatter for angle values with flexible output forms. Provides properties to control formatting options such as decimal count, separator, and output style.
public class PropertyOutputFormatterDegree : PropertyOutputFormatterBase
- Inheritance
-
PropertyOutputFormatterDegree
- Inherited Members
Constructors
PropertyOutputFormatterDegree(PropertyOutputFormatterBase)
Initializes a new instance of the PropertyOutputFormatterDegree class by copying settings from another formatter.
public PropertyOutputFormatterDegree(PropertyOutputFormatterBase item)
Parameters
itemPropertyOutputFormatterBaseThe base formatter to copy settings from.
Properties
CountOfDecimals
Gets or sets the number of decimals to display in the formatted output.
public string CountOfDecimals { get; set; }
Property Value
DecimalSeparatorCharType
Gets or sets the type of character used as the decimal separator in the formatted output.
public string DecimalSeparatorCharType { get; set; }
Property Value
EmptyStringIfZero
Gets or sets a value indicating whether zero values are rendered as empty strings.
public string EmptyStringIfZero { get; set; }
Property Value
FormatType
Gets or sets the format type for the degree output (e.g., decimal, DMS).
public string FormatType { get; set; }
Property Value
InputDataType
Gets or sets the input data type for the formatter (e.g., double, integer).
public string InputDataType { get; set; }
Property Value
OmitEmptyParts
Gets or sets a value indicating whether empty parts should be omitted from the formatted output.
public string OmitEmptyParts { get; set; }