ComponentOne Bitmap for UWP
SetFontStretch Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class : SetFontStretch Method
HRESULT IDWriteTextLayout::SetFontStretch([In] DWRITE_FONT_STRETCH fontStretch,[In] DWRITE_TEXT_RANGE textRange)
Syntax
'Declaration
 
Public Sub SetFontStretch( _
   ByVal fontStretch As FontStretch, _
   ByVal textRange As TextRange _
) 
public void SetFontStretch( 
   FontStretch fontStretch,
   TextRange textRange
)

Parameters

fontStretch
textRange
See Also

Reference

TextLayout Class
TextLayout Members