Class NavigationViewContainer
Inheritance
System.Object
NavigationViewContainer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class NavigationViewContainer : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
Declaration
public NavigationViewContainer()
Fields
Declaration
public static readonly BindableProperty CompactWidthProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty ContentTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty ExpandedWidthProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty HorizontalContentOptionsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty LineBreakModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty TextDecorationsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty VerticalContentOptionsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Gets or sets the width of the container in compact mode.
Declaration
public double CompactWidth { get; set; }
Property Value
Gets or sets the Microsoft.Maui.Controls.DataTemplate used to display the content.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.DataTemplate
|
Gets or sets the width of the container in expanded mode.
Declaration
public double ExpandedWidth { get; set; }
Property Value
Gets or sets the font attributes of the displayed text.
For more information see the Microsoft.Maui.Controls.FontAttributes type.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.Maui.Controls.FontAttributes
|
Gets or sets the font family of the displayed text.
Declaration
public string FontFamily { get; set; }
Property Value
Gets or sets the font size in pixels of the displayed text.
Declaration
public double FontSize { get; set; }
Property Value
Gets or sets the horizontal layout options of the displayed content.
For more information see the Microsoft.Maui.Controls.LayoutOptions type.
Declaration
public LayoutOptions HorizontalContentOptions { get; set; }
Property Value
Microsoft.Maui.Controls.LayoutOptions
|
Gets or sets the horizontal alignment of the displayed text.
For more information see the Microsoft.Maui.TextAlignment type.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
|
Gets or sets the line break mode of the displayed text.
For more information see the Microsoft.Maui.LineBreakMode type.
Declaration
public LineBreakMode LineBreakMode { get; set; }
Property Value
Microsoft.Maui.LineBreakMode
|
Gets or sets the text to display in the content.
Declaration
public string Text { get; set; }
Property Value
Gets or sets the color of the displayed text.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Gets or sets the text decorations of the displayed text.
For more information see the Microsoft.Maui.TextDecorations type.
Declaration
public TextDecorations TextDecorations { get; set; }
Property Value
Microsoft.Maui.TextDecorations
|
Gets or sets the vertical layout options of the displayed content.
For more information see the Microsoft.Maui.Controls.LayoutOptions type.
Declaration
public LayoutOptions VerticalContentOptions { get; set; }
Property Value
Microsoft.Maui.Controls.LayoutOptions
|
Gets or sets the vertical alignment of the displayed text.
For more information see the Microsoft.Maui.TextAlignment type.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
|
Extension Methods