FSketch


ListDrawerOptions

Namespace: FSketch

Constructors

ConstructorDescription
new(...)
Signature: (defaultPen:Pen option * defaultBrush:Brush option * bordersEnabled:bool option * bordersPen:Pen option * gridCellSizes:GridCellSizes option * alwaysCenterOnOrigin:bool option) -> ListDrawerOptions

CompiledName: .ctor

Instance members

Instance memberDescription
AlwaysCenterOnOrigin
Signature: bool

CompiledName: get_AlwaysCenterOnOrigin

BordersEnabled
Signature: bool

CompiledName: get_BordersEnabled

BordersPen
Signature: Pen

CompiledName: get_BordersPen

DefaultBrush
Signature: Brush

CompiledName: get_DefaultBrush

DefaultPen
Signature: Pen

CompiledName: get_DefaultPen

GridCellSizes
Signature: GridCellSizes

CompiledName: get_GridCellSizes

Static members

Static memberDescription
Default
Signature: ListDrawerOptions

CompiledName: get_Default

Fork me on GitHub