C# Class ArcGISPortalViewer.Common.RichTextColumns

Inheritance: Windows.UI.Xaml.Controls.Panel
Afficher le fichier Open project: Esri/arcgis-portalviewer-dotnet

Méthodes publiques

Свойство Type Description
ColumnTemplateProperty Windows.UI.Xaml.DependencyProperty
RichTextContentProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
RichTextColumns ( ) : System

Initializes a new instance of the RichTextColumns class.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
ResetOverflowLayout ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

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

Method Details

ArrangeOverride() protected méthode

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.
Résultat Windows.Foundation.Size

MeasureOverride() protected méthode

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.
Résultat Windows.Foundation.Size

RichTextColumns() public méthode

Initializes a new instance of the RichTextColumns class.
public RichTextColumns ( ) : System
Résultat System

Property Details

ColumnTemplateProperty public_oe static_oe property

Identifies the ColumnTemplate dependency property.
public static DependencyProperty,Windows.UI.Xaml ColumnTemplateProperty
Résultat Windows.UI.Xaml.DependencyProperty

RichTextContentProperty public_oe static_oe property

Identifies the RichTextContent dependency property.
public static DependencyProperty,Windows.UI.Xaml RichTextContentProperty
Résultat Windows.UI.Xaml.DependencyProperty