gtk-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A frame that constrains its child to a particular aspect ratio.The AspectFrame is useful when you want pack a widget so that it can resize but always retains the same aspect ratio. For instance, one might be drawing a small preview of a larger image. AspectFrame derives from , so it can draw a label and a frame around the child. The frame will be "shrink-wrapped" to the size of the child.Gtk.FrameAtk.ImplementorGLib.IWrapperGLib.IWrapperSystem.IDisposableMethodSystem.VoidSet the size and alignment properties of this AspectFrame.
Horizontal alignment of the child within the allocation of the AspectFrame.
Vertical alignment of the child within the allocation of the AspectFrame.
The desired aspect ratio.
If , ratio is ignored, and the aspect ratio is taken from the requistion of the child.
Alignment values range from 0.0 (left/top aligned) to 1.0 (right/bottom aligned).MethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of AspectFrame, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorThe main way to construct a new AspectFrame.
A title for the frame, can be .
Horizontal alignment of the child within the allocation of the AspectFrame.
Vertical alignment of the child within the allocation of the AspectFrame.
The desired aspect ratio.
If , ratio is ignored, and the aspect ratio is taken from the requistion of the child.
A new AspectFrameAlignment values range from 0.0 (left/top aligned) to 1.0 (right/bottom aligned).ConstructorInternal constructorPropertySystem.SingleVertical alignment of the child widget in the AspectFrame.
A value between 0.0 (top aligned) and 1.0 (bottom aligned).
A value between 0.0 and 1.0.PropertySystem.SingleHoriontal alignment of the child widget in the AspectFrame.
A value between 0.0 (left aligned) and 1.0 (right aligned).
A value between 0.0 and 1.0.PropertySystem.SingleThe aspect ratio of the child widget's size.
A ratio between 0.0 and 1.0
The aspect ratio between 0.0 and 1.0 representing the child's size constraints.Setting this ratio is ignored if is set to .PropertySystem.BooleanAllow the frame to use its child widget's aspect ratio. for the AspectFrame to use the child widget's size ratio, for to control the ratio.
The current size ratio of the child widgetPropertyGLib.GTypeTo be addeda To be addedConstructorTo be added
a a To be added