TextModifier.ModifyProperties(TextRunProperties) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the TextRunProperties for a text run.
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
The TextRunProperties for a text run, or the return value of ModifyProperties(TextRunProperties) for a nested text modifier.
Returns
The actual TextRunProperties to be used by the TextFormatter, subject to further modification by TextModifier objects at outer scopes.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.