編集

次の方法で共有


CompositeDesignerTheme.ShowDropShadow Property

Definition

Gets or sets a value indicating whether the composite designer theme will display drop shadows around the composite activity designer.

public:
 virtual property bool ShowDropShadow { bool get(); void set(bool value); };
public virtual bool ShowDropShadow { get; set; }
member this.ShowDropShadow : bool with get, set
Public Overridable Property ShowDropShadow As Boolean

Property Value

true if the CompositeDesignerTheme displays drop shadows around the CompositeActivityDesigner; otherwise, false. The default is false.

Applies to