Share via


Line.Slant Property

Indicates this is a slanted line

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Slant As Boolean 
    Get
'Usage
Dim instance As Line 
Dim value As Boolean 

value = instance.Slant
public bool Slant { get; }
public:
property bool Slant {
    bool get ();
}
member Slant : bool
function get Slant () : boolean

Property Value

Type: System.Boolean
A Boolean value.

See Also

Reference

Line Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace