Gtk.Label.Layout Property

Gets the Pango.Layout used to display the label.

Syntax

public Pango.Layout Layout { get; }

Value

the Pango.Layout for this label

Remarks

Gets the Pango.Layout used to display the label. The layout is useful to e.g. convert text positions to pixel positions, in combination with Label.GetLayoutOffset. The returned layout is owned by the label so need not be freed by the caller.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)