Class Symbology1DBase
Inherited Members
Namespace: Telerik.Maui.Controls.Barcode
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class Symbology1DBase : SymbologyBase
Constructors
Symbology1DBase()
Declaration
protected Symbology1DBase()
Fields
CodeTextSpacingProperty
Identifies the CodeTextSpacing property.
Declaration
public static readonly BindableProperty CodeTextSpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontFamilyProperty
Identifies the FontFamily property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontSizeProperty
Identifies the FontSize property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HorizontalTextAlignmentProperty
Identifies the HorizontalTextAlignment property.
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ShowTextProperty
Identifies the ShowText property.
Declaration
public static readonly BindableProperty ShowTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
VerticalTextAlignmentProperty
Identifies the VerticalTextAlignment property.
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
CodeTextSpacing
Gets or sets the spacing around the text.
Declaration
public double CodeTextSpacing { get; set; }
Property Value
System.Double
|
FontFamily
Gets or sets the font family of the text dislayed in the barcode.
Declaration
public string FontFamily { get; set; }
Property Value
System.String
|
FontSize
Gets or sets the font size of the text dislayed in the barcode.
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
HorizontalTextAlignment
Gets or sets the horizontal alignment of the text dislayed in the barcode.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
|
ShowText
Gets or sets whether the barcode should display the human readable value of the barcode.
Declaration
public bool ShowText { get; set; }
Property Value
System.Boolean
|
VerticalTextAlignment
Gets or sets the vertical alignment of the text dislayed in the barcode.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
|
Methods
OnInternalSymbologyPropertyChanged(String)
Declaration
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Overrides
OnSymbologyPropertyChanged(String)
Declaration
protected override void OnSymbologyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|