TextLine.Collapse(TextCollapsingProperties[]) 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.
Create a collapsed line based on collapsed text properties.
public:
abstract System::Windows::Media::TextFormatting::TextLine ^ Collapse(... cli::array <System::Windows::Media::TextFormatting::TextCollapsingProperties ^> ^ collapsingPropertiesList);
public abstract System.Windows.Media.TextFormatting.TextLine Collapse (params System.Windows.Media.TextFormatting.TextCollapsingProperties[] collapsingPropertiesList);
abstract member Collapse : System.Windows.Media.TextFormatting.TextCollapsingProperties[] -> System.Windows.Media.TextFormatting.TextLine
Public MustOverride Function Collapse (ParamArray collapsingPropertiesList As TextCollapsingProperties()) As TextLine
Parameters
- collapsingPropertiesList
- TextCollapsingProperties[]
A list of TextCollapsingProperties objects that represent the collapsed text properties.
Returns
A TextLine value that represents a collapsed line that can be displayed.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.