Line.Slant 属性

Indicates this is a slanted line

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Slant As Boolean
    Get
用法
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

属性值

类型:System.Boolean
A Boolean value.