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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.