PointProperty Enum

Definition

Identifies the point properties of a visual style element.

public enum class PointProperty
public enum PointProperty
type PointProperty = 
Public Enum PointProperty
Inheritance
PointProperty

Fields

MinSize 3403

The smallest bounds that the image specified by the ImageFile value was designed for.

MinSize1 3404

The smallest bounds that the image specified by the ImageFile1 value was designed for.

MinSize2 3405

The smallest bounds that the image specified by the ImageFile2 value was designed for.

MinSize3 3406

The smallest bounds that the image specified by the ImageFile3 value was designed for.

MinSize4 3407

The smallest bounds that the image specified by the ImageFile4 value was designed for.

MinSize5 3408

The smallest bounds that the image specified by the ImageFile5 value was designed for.

Offset 3401

The offset for window element layouts.

TextShadowOffset 3402

The location of character shadows, relative to origin characters.

Remarks

The PointProperty enumeration represents a set of point properties that describe visual style elements. The PointProperty values are used as an argument in the VisualStyleRenderer.GetPoint method to specify which property value to retrieve for the element that the VisualStyleRenderer currently represents.

Applies to