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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.