Gets and sets the style of the layout of balloons.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Layout As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IAutoBalloonOptions
Dim value As Integer
instance.Layout = value
value = instance.Layout
|
C# | |
---|
int Layout {get; set;} |
C++/CLI | |
---|
property int Layout {
int get();
void set (int value);
} |
Return Value
Style of the balloon layout as defined in
swBalloonLayoutType_e; specify -1 to use the document default layout style (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks 2012 FCS, Revision Number 20.0