Click or drag to resize
EllipseType Enumeration
The types of ellipses that can be used by the EllipseType property.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public enum EllipseType
Members
  Member nameValueDescription
NoEllipse0No ellipse; this is the default setting
DotEllipse1Dotted ellipse "..."
PoundEllipse2Pound ellipses "####"
Remarks
Ellipses can be used with edit controls (default) and Label controls. Ellipses are turned on using the property EllipseType of the Style class. property.
See Also