FrameStyles Enum
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.
Represents the available styles for a frame.
public enum class FrameStyles
public enum FrameStyles
type FrameStyles =
Public Enum FrameStyles
- Inheritance
-
FrameStyles
Fields
Name | Value | Description |
---|---|---|
None | 0 | Represents the No style frame. |
Simple | 1 | Represents the Simple style frame. |
Edged | 2 | Represents the Edged style frame. |