 | EllipseType Enumeration |
The types of ellipses that can be used by the
EllipseType property.
Namespace: Stingray.GridAssembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: [TAG_DECIMAL_VERSION]
SyntaxPublic Enumeration EllipseType
public enum class EllipseType
Members
| Member name | Value | Description |
---|
| NoEllipse | 0 | No ellipse; this is the default setting |
| DotEllipse | 1 | Dotted ellipse "..." |
| PoundEllipse | 2 | Pound 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