C# Класс ArcGISPortalViewer.Common.RichTextColumns

Наследование: Windows.UI.Xaml.Controls.Panel
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ColumnTemplateProperty Windows.UI.Xaml.DependencyProperty
RichTextContentProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
RichTextColumns ( ) : System

Initializes a new instance of the RichTextColumns class.

Защищенные методы

Метод Описание
ArrangeOverride ( Size finalSize ) : Size

Arranges the original content and all extra columns.

MeasureOverride ( Size availableSize ) : Size

Determines whether additional overflow columns are needed and if existing columns can be removed.

Приватные методы

Метод Описание
ResetOverflowLayout ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Invoked when the content or overflow template is changed to recreate the column layout.

Описание методов

ArrangeOverride() защищенный Метод

Arranges the original content and all extra columns.
protected ArrangeOverride ( Size finalSize ) : Size
finalSize Windows.Foundation.Size Defines the size of the area the children must be arranged /// within.
Результат Windows.Foundation.Size

MeasureOverride() защищенный Метод

Determines whether additional overflow columns are needed and if existing columns can be removed.
protected MeasureOverride ( Size availableSize ) : Size
availableSize Windows.Foundation.Size The size of the space available, used to constrain the /// number of additional columns that can be created.
Результат Windows.Foundation.Size

RichTextColumns() публичный Метод

Initializes a new instance of the RichTextColumns class.
public RichTextColumns ( ) : System
Результат System

Описание свойств

ColumnTemplateProperty публичное статическое свойство

Identifies the ColumnTemplate dependency property.
public static DependencyProperty,Windows.UI.Xaml ColumnTemplateProperty
Результат Windows.UI.Xaml.DependencyProperty

RichTextContentProperty публичное статическое свойство

Identifies the RichTextContent dependency property.
public static DependencyProperty,Windows.UI.Xaml RichTextContentProperty
Результат Windows.UI.Xaml.DependencyProperty