AppWindowFrame.DragRegionVisuals Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of drag visuals currently associated with the frame if any have been successfully set. The default system drag visual for the system drawn titlebar is not returned through this method.
public:
property IVector<IVisualElement ^> ^ DragRegionVisuals { IVector<IVisualElement ^> ^ get(); };
IVector<IVisualElement> DragRegionVisuals();
public IList<IVisualElement> DragRegionVisuals { get; }
var iVector = appWindowFrame.dragRegionVisuals;
Public ReadOnly Property DragRegionVisuals As IList(Of IVisualElement)
Property Value
A list of drag visuals currently associated with the frame if any have been successfully set.
Remarks
Currently, this is limited to a single visual.