DragUIOverride.IsCaptionVisible Property

Definition

Gets or sets a value that indicates whether the caption text is shown.

public:
 property bool IsCaptionVisible { bool get(); void set(bool value); };
bool IsCaptionVisible();

void IsCaptionVisible(bool value);
public bool IsCaptionVisible { get; set; }
var boolean = dragUIOverride.isCaptionVisible;
dragUIOverride.isCaptionVisible = boolean;
Public Property IsCaptionVisible As Boolean

Property Value

Boolean

bool

true if the caption text is shown; otherwise, false.

Applies to

See also