GrapeCity.Xaml.Excel
Alignment Property (Tile)


GrapeCity.Excel.Chart Namespace > Tile Class : Alignment Property
Specifies where to align the first tile with respect to the shape.
Syntax
'Declaration
 
Public Property Alignment As TileAlignment
'Usage
 
Dim instance As Tile
Dim value As TileAlignment
 
instance.Alignment = value
 
value = instance.Alignment
public TileAlignment Alignment {get; set;}
See Also

Reference

Tile Class
Tile Members