TextTrailingCharacterEllipsis(Double, TextRunProperties) Constructor

Definitie

Initialiseert een nieuw exemplaar van de TextTrailingCharacterEllipsis klasse door samengevouwen teksteigenschappen op te geven.

public:
 TextTrailingCharacterEllipsis(double width, System::Windows::Media::TextFormatting::TextRunProperties ^ textRunProperties);
public TextTrailingCharacterEllipsis(double width, System.Windows.Media.TextFormatting.TextRunProperties textRunProperties);
new System.Windows.Media.TextFormatting.TextTrailingCharacterEllipsis : double * System.Windows.Media.TextFormatting.TextRunProperties -> System.Windows.Media.TextFormatting.TextTrailingCharacterEllipsis
Public Sub New (width As Double, textRunProperties As TextRunProperties)

Parameters

width
Double

Een Double die de breedte aangeeft waarvoor het opgegeven samengevouwen tekstbereik is beperkt.

textRunProperties
TextRunProperties

Een TextRunProperties waarde die de set gedeelde teksteigenschappen vertegenwoordigt.

Van toepassing op