Share via


LineDisplay.GlyphWidth Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the glyph width based on the number of pixels for a character cell.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property GlyphWidth As Integer
public abstract int GlyphWidth { get; }
public:
virtual property int GlyphWidth {
    int get () abstract;
}
/** @property */
public abstract int get_GlyphWidth ()
public abstract function get GlyphWidth () : int

Remarks

The GlyphWidth property is typically initialized to 0 (zero).

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

LineDisplay Class
LineDisplay Members
Microsoft.PointOfService Namespace
LineDisplay.CapCustomGlyph Property
LineDisplay.CustomGlyphList Property
LineDisplay.DefineGlyph Method