The DataStyle type exposes the following members.

Constructors

  NameDescription
Public methodDataStyle
Initializes a new instance of the DataStyle class

Methods

  NameDescription
Public methodClone
Implements ICloneable
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetBlinkingFontSize
Returns the font size used by this condition. We need this or WinRT will NOT serialize the BLINKINGFONTSIZE
Public methodStatic memberGetDefaultFontStyle
Returns the default font style
Public methodStatic memberGetDefaultFontWeight
Returns the default font style
Public methodGetFontSize
Returns the font size used by this condition. We need this or WinRT will NOT serialize the FONTSIZE
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetBlinkingFontSize
Sets the font size
Public methodSetFontSize
Sets the font size
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBackground
The background of the visual object that will represent the data element
Public propertyBeepFileLocation
Specifies the location of the beep file for this condition
Public propertyBeepSpeed
Specifies the speed of the beeping effect of this DataStyle
Public propertyBlinkingBackground
The Blinking background of the visual object that will represent the data element
Public propertyBlinkingFontFamily
Specifies the FontFamily of the font for the visual object that will represent the data element
Public propertyBlinkingFontSize
Specifies the size of the font for the visual object that will represent the data element
Public propertyBlinkingFontStyle
Specifies the FontStyle of the font for the visual object that will represent the data element
Public propertyBlinkingFontWeight
Specifies the FontWeight of the font for the visual object that will represent the data element
Public propertyBlinkingForeground
The Blinking foreground of the visual object that will represent the data element
Public propertyBlinkSpeed
Specifies the speed of the blinking effect of this DataStyle
Public propertyFilterKey
The key of the filter that is used to evaluate the data in order to apply this DataStyle
Public propertyFontFamily
Specifies the FontFamily of the font for the visual object that will represent the data element
Public propertyFontSize
Specifies the size of the font for the visual object that will represent the data element
Public propertyFontStyle
Specifies the FontStyle of the font for the visual object that will represent the data element
Public propertyFontWeight
Specifies the FontWeight of the font for the visual object that will represent the data element
Public propertyForeground
The foreground of the visual object that will represent the data element
Public propertyName
The Name of this object

See Also