Class Symbology1DBase
Inheritance
System.Object
Symbology1DBase
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class Symbology1DBase : SymbologyBase
Constructors
Declaration
protected Symbology1DBase()
Fields
Declaration
public static readonly DependencyProperty CodeTextSpacingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty HorizontalTextAlignmentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ShowTextProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty VerticalTextAlignmentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public double CodeTextSpacing { get; set; }
Property Value
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
|
Microsoft.UI.Xaml.TextAlignment
|
Declaration
public bool ShowText { get; set; }
Property Value
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
|
Microsoft.UI.Xaml.TextAlignment
|
Methods
Declaration
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
|
System.String
propertyName
|
Overrides
Declaration
protected override void OnSymbologyPropertyChanged()
Overrides
Extension Methods