Table of Contents

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

item PropertyOutputFormatterBase

The 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

string

DecimalSeparatorCharType

Gets or sets the type of character used as the decimal separator in the formatted output.

public string DecimalSeparatorCharType { get; set; }

Property Value

string

EmptyStringIfZero

Gets or sets a value indicating whether zero values are rendered as empty strings.

public string EmptyStringIfZero { get; set; }

Property Value

string

FormatType

Gets or sets the format type for the degree output (e.g., decimal, DMS).

public string FormatType { get; set; }

Property Value

string

InputDataType

Gets or sets the input data type for the formatter (e.g., double, integer).

public string InputDataType { get; set; }

Property Value

string

OmitEmptyParts

Gets or sets a value indicating whether empty parts should be omitted from the formatted output.

public string OmitEmptyParts { get; set; }

Property Value

string