PocketPlanner Programmer's Guide

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: PocketPlanner

 Syntax

C#

public ImageAlignment ImageAlignment { get; set; }

Visual Basic

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