Gtk.Label.Attributes Property

The attribute list set on the label.

Syntax

[GLib.Property("attributes")]
public Pango.AttrList Attributes { set; get; }

Value

the attribute list set on the label

Remarks

This function does not reflect attributes that come from the labels markup (see Label.Markup). If you want to get the effective attributes for the label, use Pango.Layout.Attribute on the label's Label.Layout property.

Requirements

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