Copyright © 2003-2024 MultiMedia Soft

VistaGlossyShape property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property VistaGlossyShape As Ctl3d.VistaGlossyShapes

 

[C#]

public Ctl3d.VistaGlossyShapes VistaGlossyShape {get; set;}

 

[C++]

public: __property Ctl3d.VistaGlossyShapes get_VistaGlossyShape();

public: __property void set_VistaGlossyShape(Ctl3d.VistaGlossyShapes);

 

 

Remarks

The shape applied to the glossy effect.

Supported values are the following:

Enumerated value

Value

Meaning

VistaGlossyShapes.GlossyShapeRect

0 (default)

The glossy shape is rectangular

3dcm_i00017c

VistaGlossyShapes.GlossyShapeEllipseLarge

1

The glossy shape is a large ellipse

3dcm_i00017d

VistaGlossyShapes.GlossyShapeEllipseMiddle

2

The glossy shape is a middle sized ellipse

3dcm_i00017e

VistaGlossyShapes.GlossyShapeEllipseSmall

3

The glossy shape is a small ellipse

3dcm_i000175

 

For further details about settings for the Vista's Aero style, see the How to manage colors of Vista's Aero style tutorial.