InlineContainer Methods

The InlineContainer type exposes the following members.

Methods

  NameDescription
Public methodAlignBottom
Vertically aligns elements to the bottom.
Public methodAlignCenter
Horizontally aligns elements to the center.
Public methodAlignJustify
Horizontally aligns elements to fit available width.
Public methodAlignLeft
Horizontally aligns elements to the left.
Public methodAlignMiddle
Vertically aligns elements to the center.
Public methodAlignRight
Horizontally aligns elements to the right.
Public methodAlignSpaceAround
Horizontally aligns elements to fit available width and add spacing before the first element and after the last element.
Public methodAlignTop
Vertically aligns elements to the top.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHorizontalSpacing
Sets the horizontal spacing.
Public methodItem
Adds the inline item.
Public methodSpacing
Sets the horizontal and vertical spacings.
Public methodToString (Inherited from Object.)
Public methodVerticalSpacing
Sets the vertical spacing.

See Also