Description |
---|
Excerpt |
---|
Signature | C# | C# |
---|---|---|
Wiki Markup | ||
{description}
{excerpt}Aligns a [Picture|Picture] with the specified [alignment|Alignment].{excerpt}
{signature:C#}
public void Align(Alignment alignment)
| ||
Signature | ||
{signature}{signature:vb.net | vb.net | }
Public sub Align(ByVal alignment As Alignment)
|
Parameters |
---|
Param | alignment | alignment | |
---|---|---|---|
An Alignment value representing the desired alignment of the | |||
Example | |||
Code Block | | csharp | csharp |
title | C# | ||
Code Block | vbnet | vbnet | title |