Share via


LineDisplayProperties.GlyphHeight Property

2/27/2008

Indicates the glyph height based on the number of pixels for a character cell.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public ReadOnly Property GlyphHeight As Integer
public int GlyphHeight { get; }
public:
property int GlyphHeight {
    int get ();
}
/** @property */
public int get_GlyphHeight ()
public function get GlyphHeight () : int

Remarks

Indicates the glyph height based on the number of pixels for a character cell.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

LineDisplayProperties Class
LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.GlyphHeight Property