PosPrinterPrintOptions.Alignment Свойство

Определение

Возвращает или задает значение, указывающее выравнивание, которое приложение хочет использовать для печати текста.

public:
 property PosPrinterAlignment Alignment { PosPrinterAlignment get(); void set(PosPrinterAlignment value); };
PosPrinterAlignment Alignment();

void Alignment(PosPrinterAlignment value);
public PosPrinterAlignment Alignment { get; set; }
var posPrinterAlignment = posPrinterPrintOptions.alignment;
posPrinterPrintOptions.alignment = posPrinterAlignment;
Public Property Alignment As PosPrinterAlignment

Значение свойства

Выравнивание, которое приложение хочет использовать для печати текста.

Применяется к