ClassSymbology1DBase
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class Symbology1DBase : SymbologyBase
Inheritance: objectSymbologyBaseSymbology1DBase
Derived Classes:
Inherited Members
Constructors
Symbology1DBase()
Declaration
protected Symbology1DBase()
Fields
CodeTextSpacingProperty
Registers the CodeTextSpacing dependency property.
Declaration
public static readonly DependencyProperty CodeTextSpacingProperty
Field Value
DependencyProperty
HorizontalTextAlignmentProperty
Registers the HorizontalTextAlignement dependency property.
Declaration
public static readonly DependencyProperty HorizontalTextAlignmentProperty
Field Value
DependencyProperty
ShowTextProperty
Registers the ShowText dependency property.
Declaration
public static readonly DependencyProperty ShowTextProperty
Field Value
DependencyProperty
VerticalTextAlignmentProperty
Registers the VerticalTextAlignment dependency property.
Declaration
public static readonly DependencyProperty VerticalTextAlignmentProperty
Field Value
DependencyProperty
Properties
CodeTextSpacing
Gets or sets the spacing around the text.
HorizontalTextAlignment
Gets or sets the horizontal alignment of the text dislayed in the barcode.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
TextAlignment
ShowText
Gets or sets a value indicating whether the text of the barcode shoud be drawn.
VerticalTextAlignment
Gets or sets the vertical alignment of the text dislayed in the barcode.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
TextAlignment
Methods
OnInternalSymbologyPropertyChanged(string)
Declaration
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
propertyName
Overrides
OnSymbologyPropertyChanged()
Declaration
protected override void OnSymbologyPropertyChanged()
Overrides