Search
Style.ImageAlignment Property
See Also
 





Gets or sets the image alignment to be used when rendering the image assigned to this style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ImageAlignment ImageAlignment { get; set; }

Visual Basic  Copy Code

Public Property ImageAlignment As ImageAlignment

 Property Value

A member of the ImageAlignment enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.

 See Also