C# 클래스 ArcGISPortalViewer.Common.RichTextColumns

상속: Windows.UI.Xaml.Controls.Panel
파일 보기 프로젝트 열기: Esri/arcgis-portalviewer-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
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