TextModifier.ModifyProperties(TextRunProperties) Methode

Definitie

Hiermee haalt u het TextRunProperties voor een tekstuitvoering op.

public:
 abstract System::Windows::Media::TextFormatting::TextRunProperties ^ ModifyProperties(System::Windows::Media::TextFormatting::TextRunProperties ^ properties);
public abstract System.Windows.Media.TextFormatting.TextRunProperties ModifyProperties(System.Windows.Media.TextFormatting.TextRunProperties properties);
abstract member ModifyProperties : System.Windows.Media.TextFormatting.TextRunProperties -> System.Windows.Media.TextFormatting.TextRunProperties
Public MustOverride Function ModifyProperties (properties As TextRunProperties) As TextRunProperties

Parameters

properties
TextRunProperties

De TextRunProperties waarde voor een tekstuitvoering of de retourwaarde voor ModifyProperties(TextRunProperties) een geneste tekstaanpassing.

Retouren

De werkelijke TextRunProperties te gebruiken door de TextFormatter, onder voorbehoud van verdere aanpassingen door TextModifier objecten op buitenste bereiken.

Van toepassing op