Partager via


TEXTMETRICW.tmDigitizedAspectY Field

Contains the vertical aspect of the device for which the font was designed.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Déclaration
Public tmDigitizedAspectY As Integer
'Utilisation
Dim instance As TEXTMETRICW
Dim value As Integer

value = instance.tmDigitizedAspectY

instance.tmDigitizedAspectY = value
public int tmDigitizedAspectY
public:
int tmDigitizedAspectY
val mutable tmDigitizedAspectY: int
public var tmDigitizedAspectY : int

.NET Framework Security

See Also

Reference

TEXTMETRICW Structure

TEXTMETRICW Members

Microsoft.VisualStudio.OLE.Interop Namespace