Class PrintViewDefaults.List
Настройки по умолчанию для PrintList.
Inheritance
System.Object
PrintViewDefaults.List
Namespace:InfinniPlatform.PrintView.Defaults
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public static class List : object
Properties
| Improve this Doc View SourceMarkerOffsetSize
Отступ содержимого элемента от края маркера.
Declaration
public static double MarkerOffsetSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarkerOffsetSizeUnit
Единица измерения отступа содержимого элемента от края маркера.
Declaration
public static PrintSizeUnit MarkerOffsetSizeUnit { get; set; }
Property Value
Type | Description |
---|---|
PrintSizeUnit |
MarkerStyle
Стиль маркера элементов списка.
Declaration
public static PrintListMarkerStyle MarkerStyle { get; set; }
Property Value
Type | Description |
---|---|
PrintListMarkerStyle |
StartIndex
Индекс первого элемента списка.
Declaration
public static int StartIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |