Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the justification within a column.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Alignment As Alignment
Get
Set
'Usage
Dim instance As DimensionAttributeVisualizationProperties
Dim value As Alignment
value = instance.Alignment
instance.Alignment = value
public Alignment Alignment { get; set; }
public:
property Alignment Alignment {
Alignment get ();
void set (Alignment value);
}
member Alignment : Alignment with get, set
function get Alignment () : Alignment
function set Alignment (value : Alignment)
Property Value
Type: Microsoft.AnalysisServices.Alignment
An enumeration value that specifies the type of justification used within a column.