FrameBackground 屬性
Appearance properties for the frame background.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property FrameBackground As FrameBackground
Get
Set
'用途
Dim instance As BackFrame
Dim value As FrameBackground
value = instance.FrameBackground
instance.FrameBackground = value
public FrameBackground FrameBackground { get; set; }
public:
property FrameBackground^ FrameBackground {
FrameBackground^ get ();
void set (FrameBackground^ value);
}
member FrameBackground : FrameBackground with get, set
function get FrameBackground () : FrameBackground
function set FrameBackground (value : FrameBackground)