Wijmo UI for the Web
orientation Option
wijmo.rating.wijrating Namespace > options type : orientation Option

Default value: 'horizontal'

The orientation option determines the orientation of the rating widget.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijrating("option", "orientation");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijrating("option", "orientation", newValue);
        
});
var orientation : string;
Remarks
Options are "horizontal" and "vertical".
See Also

Reference

options type
wijrating jQuery Widget