Table of Contents

Class LayoutOptions

Namespace
NMF.Glsp.Protocol.Layout
Assembly
NMF.Glsp.dll

Denotes layout options for nodes

public class LayoutOptions
Inheritance
LayoutOptions
Inherited Members

Properties

PaddingRight

Determines the padding right

public double? PaddingRight { get; init; }

Property Value

double?

PrefHeight

Gets the preferred height

public double? PrefHeight { get; init; }

Property Value

double?

PrefWidth

Gets the preferred width

public double? PrefWidth { get; init; }

Property Value

double?