API Reference
Enum
VerticalAlignment
Vertical alignment options for table cells in email layouts.
Inheritance
- Enum
- VerticalAlignment
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailColumn.VerticalAlign
- Property EmailInlineStack.VerticalAlign
- Property EmailMediaObject.VerticalAlign
- Field VerticalAlignment.Bottom
- Field VerticalAlignment.Middle
- Field VerticalAlignment.Top
Accepted by parameters
- Method EmailColumn.WithVerticalAlign
- Method EmailInlineStack.WithVerticalAlign
- Method EmailMediaObject.WithVerticalAlign
- Extension method VerticalAlignment.ToCssValue
- Method VerticalAlignmentExtensions.ToCssValue
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
Extension Methods
public static String ToCssValue(VerticalAlignment alignment) #Returns:
StringConverts the alignment value to its CSS representation.
Parameters
- alignment HtmlForgeX.Email.VerticalAlignment
- Alignment option.
Returns
CSS vertical-align value.