ComponentOne Bitmap for UWP
GetTypography(Int32) Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class > GetTypography Method : GetTypography(Int32) Method
The position of the text to inspect.
Gets the typography setting of the text at the specified position.
Syntax
'Declaration
 
Public Overloads Function GetTypography( _
   ByVal currentPosition As System.Integer _
) As Typography
public Typography GetTypography( 
   System.int currentPosition
)

Parameters

currentPosition
The position of the text to inspect.

Return Value

a reference to the current typography setting.
See Also

Reference

TextLayout Class
TextLayout Members
Overload List