[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Style.WritingMode

WritingMode Property

WritingMode

Gets or sets a value indicating whether the text is written horizontally or vertically.

Declaration
public ExpressionInfo WritingMode { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object that evaluates to how the text is written.

Remarks

Valid values are listed in the table below.

WritingModeDescription
lr-tbText is written from left to right and from top to bottom.
tb-rlText is written from top to bottom and from right to left.