FunctionDataAlignmentCategory Property |
Gets the alignment option for the current function.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "alignmentCategory")]
public AlignmentAxis AlignmentCategory { get; set; }<DataMemberAttribute(Name := "alignmentCategory")>
Public Property AlignmentCategory As AlignmentAxis
Get
Set
public:
[DataMemberAttribute(Name = L"alignmentCategory")]
property AlignmentAxis AlignmentCategory {
AlignmentAxis get ();
void set (AlignmentAxis value);
}[<DataMemberAttribute(Name = "alignmentCategory")>]
member AlignmentCategory : AlignmentAxis with get, set
Property Value
Type:
AlignmentAxis
See Also