Share via


LineDisplayBase.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 Overrides ReadOnly Property GlyphHeight As Integer
public override int GlyphHeight { get; }
public:
virtual property int GlyphHeight {
    int get () override;
}
/** @property */
public int get_GlyphHeight ()
public override function get GlyphHeight () : int

Remarks

LineDisplayBase class verifies that the device has been opened, then retrieves the value of LineDisplayProperties.GlyphHeight, which is the ScreenModeList.GlyphHeight value for the current Screen Mode.

GlyphHeight is initialized to 0 (zero) by the LineDisplayProperties class.

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

LineDisplayBase Class
LineDisplayBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplay.GlyphHeight Property
LineDisplay.ScreenModeList Property