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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.