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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.