Class LabelToolbarItemView
Visual representation of a label in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class LabelToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
LabelToolbarItemView()
Declaration
public LabelToolbarItemView()
Fields
ActualImageSourceProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualImageSourceProperty
Field Value
Microsoft.
|
DisplayOptionsProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayOptionsProperty
Field Value
Microsoft.
|
FontAttributesProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Microsoft.
|
FontFamilyProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.
|
FontSizeProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.
|
HorizontalContentOptionsProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalContentOptionsProperty
Field Value
Microsoft.
|
HorizontalTextAlignmentProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.
|
ImageAspectProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageAspectProperty
Field Value
Microsoft.
|
ImageHeightProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageHeightProperty
Field Value
Microsoft.
|
ImagePositionProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImagePositionProperty
Field Value
Microsoft.
|
ImageSourceProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
Microsoft.
|
ImageSpacingProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageSpacingProperty
Field Value
Microsoft.
|
ImageWidthProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageWidthProperty
Field Value
Microsoft.
|
TextColorProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.
|
TextDecorationsProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextDecorationsProperty
Field Value
Microsoft.
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.
|
VerticalContentOptionsProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalContentOptionsProperty
Field Value
Microsoft.
|
VerticalTextAlignmentProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.
|
Properties
ActualImageSource
Gets the actual Image
Declaration
public ImageSource ActualImageSource { get; }
Property Value
Microsoft.
|
DisplayOptions
Gets or sets the display options of the toolbar item.
For more information see the Toolbar
Declaration
public ToolbarItemDisplayOptions DisplayOptions { get; set; }
Property Value
FontAttributes
Gets or sets the font attributes of the text to display in the toolbar item.
For more information see the Font
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.
|
FontFamily
Gets or sets the font family of the text to display in the toolbar item.
Declaration
public string FontFamily { get; set; }
Property Value
System.
|
FontSize
Gets or sets the font size of the text to display in the toolbar item.
Declaration
public double FontSize { get; set; }
Property Value
System.
|
HorizontalContentOptions
Gets or sets the horizontal alignment options of the content displayed in the toolbar item.
For more information see the Microsoft.
Declaration
public LayoutOptions HorizontalContentOptions { get; set; }
Property Value
Microsoft.
|
HorizontalTextAlignment
Gets or sets the horizontal alignment of the text to display in the toolbar item.
For more information see the Microsoft.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.
|
ImageAspect
Gets or sets the aspect ratio of the image to display in the toolbar item.
For more information see the Microsoft.
Declaration
public Aspect ImageAspect { get; set; }
Property Value
Microsoft.
|
ImageHeight
Gets or sets the height in pixels of the image to display in the toolbar item.
Declaration
public double ImageHeight { get; set; }
Property Value
System.
|
ImagePosition
Gets or sets the position of the image relative to the text in the toolbar item.
For more information see the Toolbar
Declaration
public ToolbarItemImagePosition ImagePosition { get; set; }
Property Value
ImageSource
Gets or sets the source of the image to display in the toolbar item.
For more information see the Image
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.
|
ImageSpacing
Gets or sets the spacing in pixels between the image and the text in the toolbar item.
Declaration
public double ImageSpacing { get; set; }
Property Value
System.
|
ImageWidth
Gets or sets the width in pixels of the image to display in the toolbar item.
Declaration
public double ImageWidth { get; set; }
Property Value
System.
|
Text
Gets or sets the text to display in the toolbar item.
Declaration
public string Text { get; set; }
Property Value
System.
|
TextColor
Gets or sets the color of the text to display in the toolbar item.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.
|
TextDecorations
Gets or sets the decorations of the text to display in the toolbar item.
For more information see the Text
Declaration
public TextDecorations TextDecorations { get; set; }
Property Value
Microsoft.
|
VerticalContentOptions
Gets or sets the vertical alignment options of the content displayed in the toolbar item.
For more information see the Microsoft.
Declaration
public LayoutOptions VerticalContentOptions { get; set; }
Property Value
Microsoft.
|
VerticalTextAlignment
Gets or sets the vertical alignment of the text to display in the toolbar item.
For more information see the Microsoft.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.
|