Click or drag to resize
StyleInfo Class
Holds the global information required by the Style class.
Inheritance Hierarchy
SystemObject
  Stingray.GridStyleInfo

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public class StyleInfo

The StyleInfo type exposes the following members.

Constructors
  NameDescription
Public methodStyleInfo
Initializes a new instance of the StyleInfo class
Top
Methods
  NameDescription
Public methodStatic memberConvertDashStyle
Converts a border dash style in to a System.Drawing.Drawing2D.DashStyle.
Public methodStatic memberCultureDisplayName
Formats a culture name for display in the Designer.
Public methodStatic memberGetCulture
Gets the culture name from a formatted string.
Public methodStatic memberGetFaceName
Gets the face name for the font at the specified index.
Public methodStatic memberGetFaceNameIndex
Gets the index given a face name.
Public methodStatic memberGetFormatPreviewValue
Computes a default value for a given data type, so it can be used for preview.
Public methodStatic memberGetFormatType
Converts a TypeCode into a FormatType.
Public methodStatic memberGetStyleValueType
Converts a TypeCode into a StyleValueType.
Public methodStatic memberIsFormatTypeBoolean
Determines whether a given TypeCode is a Boolean format.
Public methodStatic memberIsFormatTypeDateTime
Determines whether a given TypeCode is a date or time format.
Public methodStatic memberIsFormatTypeNumeric
Determines whether a given TypeCode is numeric.
Public methodStatic memberIsFormatTypeString
Determines whether a given TypeCode is a string format.
Public methodStatic memberisValidCulture
Tests if a culture name is valid.
Top
Fields
  NameDescription
Public fieldStatic memberbitMasks
Masks for any bitvector set up as bit flags.
Public fieldStatic memberinstalledFonts
Caches the installed font collection.
Public fieldStatic memberOGFONT_DEFAULT_FACENAME
The default face name.
Public fieldStatic memberOGFONT_DEFAULT_ORIENTATION
The default orientation (0 degrees).
Public fieldStatic memberOGFONT_DEFAULT_SIZE
The default size for the font.
Top
See Also