Item Property (GridGlyphs)
In This Topic
Gets or sets the glyph for a particular
GlyphType value.
Syntax
'Declaration
Public Default Property Item( _
ByVal As GlyphType _
) As System.Drawing.Image
public System.Drawing.Image this[
GlyphType
]; {get; set;}
Parameters
- glyph
See Also