Class Symbology1DBase
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Barcode
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class Symbology1DBase : SymbologyBase
Constructors
Symbology1DBase()
Declaration
protected Symbology1DBase()
Fields
CodeTextSpacingProperty
Declaration
public static readonly BindableProperty CodeTextSpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontFamilyProperty
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontSizeProperty
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HorizontalTextAlignmentProperty
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ShowTextProperty
Declaration
public static readonly BindableProperty ShowTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
VerticalTextAlignmentProperty
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
|