PowerWEB LiveControls for ASP.NET
Wrap Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LivePanel Class : Wrap Property



Gets or sets a value indicating whether the content wraps within the LivePanel.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Wrap As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LivePanel
Dim value As Boolean
 
instance.Wrap = value
 
value = instance.Wrap
C# 
public override bool Wrap {get; set;}
C++/CLI 
public:
property bool Wrap {
   bool get() override;
   void set (    bool value) override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.PanelClassWrap.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.