Search
Style.setImageAlignment Method
See Also
 






Sets the image alignment to be used when rendering the image assigned to this style.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setImageAlignment (
    ImageAlignment value
)

 Parameters

value

One of the ImageAlignment constants. Set to null to use the corresponding value from the current theme.

 See Also