共用方式為


EmptyBorder 類別

Represents a transparent border which takes up a space.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Class EmptyBorder _
    Inherits Border _
    Implements IShouldSerialize
'用途
Dim instance As EmptyBorder
public class EmptyBorder : Border, 
    IShouldSerialize
public ref class EmptyBorder : public Border, 
    IShouldSerialize
type EmptyBorder =  
    class
        inherit Border
        interface IShouldSerialize
    end
public class EmptyBorder extends Border implements IShouldSerialize

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。