PanningItems.LoopContents 屬性

取得或設定項目控制項的內容是否會形成迴圈,讓第一個項目接在最後一個項目後面。

命名空間: Microsoft.Expression.Controls
組件: Microsoft.Expression.Drawing (在 microsoft.expression.drawing.dll 中)

語法

'宣告
Public Property LoopContents As Boolean
'用途
Dim instance As PanningItems
Dim value As Boolean

value = instance.LoopContents

instance.LoopContents = value
public bool LoopContents { get; set; }
public:
property bool LoopContents {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_LoopContents ()

/** @property */
public void set_LoopContents (boolean value)
public function get LoopContents () : boolean

public function set LoopContents (value : boolean)

執行緒安全性

此型別的所有公用靜態 (Visual Basic 中為 Shared ) 成員均為安全執行緒。任何例項成員則不保證為安全執行緒。

另請參閱

參照

PanningItems 類別
PanningItems 成員
Microsoft.Expression.Controls 命名空間