共用方式為


MiddleColor 屬性

Gets the middle color for a MapColorRangeRule distribution.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MiddleColor As ReportColorProperty
    Get
'用途
Dim instance As MapColorRangeRule
Dim value As ReportColorProperty

value = instance.MiddleColor
public ReportColorProperty MiddleColor { get; }
public:
property ReportColorProperty^ MiddleColor {
    ReportColorProperty^ get ();
}
member MiddleColor : ReportColorProperty
function get MiddleColor () : ReportColorProperty