pango-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.an object containing an array of tab stops.Each tab stop has an alignment and a position.GLib.OpaqueGLib.IWrapperMethodPango.TabArrayCopies the existing to a new one.an object of type MethodSystem.VoidSets the size of the tab array to the value specified by .
the new size of the array
You must subsequently initialize any tabs that were added to the array.MethodSystem.VoidFrees all the resources for this object.MethodSystem.VoidSets the specified and of the tab stop specified by .
the index of a tab stop
the tab alignment
the tab location in pango units
The value of must always be in the current implementation.ConstructorInternal constructor
Pointer to the C object.
An instance of TabArray, wrapping the C object.This is an internal constructor, and should not be used by user code.Constructoran object containing an array of tab stops
Initial number of tab stops to allocate, can be 0
if the tab positions are in pixel units
an object of type Creates a new with the number of tab stops specified by . If is , the tab stop positions are specified in pixel units otherwise in pango units. All tab stops are initially at position 0.PropertySystem.Booleanreturns if the tab positions are specified in pixels and if they are in pango units.an object of type PropertySystem.Int32returns the number of tab stops in the tab array.the number of tab stops in the array.MethodSystem.VoidGets the alignment and position of the tab stop specified by .
the tab stop index
a
a , the position in Pango units.
PropertyGLib.GTypeGType Property.a Returns the native value for .MethodSystem.VoidGets the an array of alignments and positions.
an array of indicating the alignment of each tab stop.
an array of indicating the location of each tab stop in pango units.