Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.