Represents a container in the RadNavigationView control.
Definition
Namespace:Telerik.Maui.Controls.NavigationView
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class NavigationViewContainer : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewNavigationViewContainer
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the NavigationViewContainer class.
public NavigationViewContainer()
Fields
CompactWidthProperty
BindableProperty
Identifies the CompactWidth property.
public static readonly BindableProperty CompactWidthProperty
ContentTemplateProperty
BindableProperty
Identifies the ContentTemplate property.
public static readonly BindableProperty ContentTemplateProperty
ExpandedWidthProperty
BindableProperty
Identifies the ExpandedWidth property.
public static readonly BindableProperty ExpandedWidthProperty
FontAttributesProperty
BindableProperty
Identifies the FontAttributes property.
public static readonly BindableProperty FontAttributesProperty
FontFamilyProperty
BindableProperty
Identifies the FontFamily property.
public static readonly BindableProperty FontFamilyProperty
FontSizeProperty
BindableProperty
Identifies the FontSize property.
public static readonly BindableProperty FontSizeProperty
HorizontalContentOptionsProperty
BindableProperty
Identifies the HorizontalContentOptions property.
public static readonly BindableProperty HorizontalContentOptionsProperty
HorizontalTextAlignmentProperty
BindableProperty
Identifies the HorizontalTextAlignment property.
public static readonly BindableProperty HorizontalTextAlignmentProperty
LineBreakModeProperty
BindableProperty
Identifies the LineBreakMode property.
public static readonly BindableProperty LineBreakModeProperty
TextColorProperty
BindableProperty
Identifies the TextColor property.
public static readonly BindableProperty TextColorProperty
TextDecorationsProperty
BindableProperty
Identifies the TextDecorations property.
public static readonly BindableProperty TextDecorationsProperty
TextProperty
BindableProperty
Identifies the Text property.
public static readonly BindableProperty TextProperty
VerticalContentOptionsProperty
BindableProperty
Identifies the VerticalContentOptions property.
public static readonly BindableProperty VerticalContentOptionsProperty
VerticalTextAlignmentProperty
BindableProperty
Identifies the VerticalTextAlignment property.
public static readonly BindableProperty VerticalTextAlignmentProperty
Properties
Gets or sets the width of the container in compact mode.
public double CompactWidth { get; set; }
ContentTemplate
DataTemplate
Gets or sets the DataTemplate used to display the content.
public DataTemplate ContentTemplate { get; set; }
Gets or sets the width of the container in expanded mode.
public double ExpandedWidth { get; set; }
FontAttributes
FontAttributes
Gets or sets the font attributes of the displayed text. For more information see the FontAttributes type.
public FontAttributes FontAttributes { get; set; }
Gets or sets the font family of the displayed text.
public string FontFamily { get; set; }
Gets or sets the font size in pixels of the displayed text.
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }
HorizontalContentOptions
LayoutOptions
Gets or sets the horizontal layout options of the displayed content. For more information see the LayoutOptions type.
public LayoutOptions HorizontalContentOptions { get; set; }
HorizontalTextAlignment
TextAlignment
Gets or sets the horizontal alignment of the displayed text. For more information see the TextAlignment type.
public TextAlignment HorizontalTextAlignment { get; set; }
LineBreakMode
LineBreakMode
Gets or sets the line break mode of the displayed text. For more information see the LineBreakMode type.
public LineBreakMode LineBreakMode { get; set; }
TextColor
Color
Gets or sets the color of the displayed text.
public Color TextColor { get; set; }
TextDecorations
TextDecorations
Gets or sets the text decorations of the displayed text. For more information see the TextDecorations type.
public TextDecorations TextDecorations { get; set; }
VerticalContentOptions
LayoutOptions
Gets or sets the vertical layout options of the displayed content. For more information see the LayoutOptions type.
public LayoutOptions VerticalContentOptions { get; set; }
VerticalTextAlignment
TextAlignment
Gets or sets the vertical alignment of the displayed text. For more information see the TextAlignment type.
public TextAlignment VerticalTextAlignment { get; set; }