Gets or sets the image alignment to be used when rendering the image assigned to this style.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public ImageAlignment ImageAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ImageAlignment As ImageAlignment |
A member of the ImageAlignment enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.
See Also