Spread WPF 18
GrapeCity.Drawing Namespace / PresetCamera Enumeration


In This Topic
    PresetCamera Enumeration
    In This Topic
    Represent different algorithmic methods for setting all camera properties, including position.
    Syntax
    'Declaration
     
    Public Enum PresetCamera 
       Inherits System.Enum
    'Usage
     
    Dim instance As PresetCamera
    public enum PresetCamera : System.Enum 
    Members
    MemberDescription
    IsometricBottomDownIsometric Bottom Down
    IsometricBottomUpIsometric Bottom Up
    IsometricLeftDownIsometric Left Down
    IsometricLeftUpIsometric Left Up
    IsometricOffAxis1LeftIsometric Off Axis 1 Left
    IsometricOffAxis1RightIsometric Off Axis 1 Right
    IsometricOffAxis1TopIsometric Off Axis 1 Top
    IsometricOffAxis2LeftIsometric Off Axis 2 Left
    IsometricOffAxis2RightIsometric Off Axis 2 Right
    IsometricOffAxis2TopIsometric Off Axis 2 Top
    IsometricOffAxis3BottomIsometric Off Axis 3 Bottom
    IsometricOffAxis3LeftIsometric Off Axis 3 Left
    IsometricOffAxis3RightIsometric Off Axis 3 Right
    IsometricOffAxis4BottomIsometric Off Axis 4 Bottom
    IsometricOffAxis4LeftIsometric Off Axis 4 Left
    IsometricOffAxis4RightIsometric Off Axis 4 Right
    IsometricRightDownIsometric Right Down
    IsometricRightUpIsometric Right Up
    IsometricTopDownIsometric Top Down
    IsometricTopUpIsometric Top Up
    LegacyObliqueBottomLegacy Oblique Bottom
    LegacyObliqueBottomLeftLegacy Oblique Bottom Left
    LegacyObliqueBottomRightLegacy Oblique Bottom Right
    LegacyObliqueFrontLegacy Oblique Front
    LegacyObliqueLeftLegacy Oblique Left
    LegacyObliqueRightLegacy Oblique Right
    LegacyObliqueTopLegacy Oblique Top
    LegacyObliqueTopLeftLegacy Oblique Top Left
    LegacyObliqueTopRightLegacy Oblique Top Right
    LegacyPerspectiveBottomLegacy Perspective Bottom
    LegacyPerspectiveBottomLeftLegacy Perspective Bottom Left
    LegacyPerspectiveBottomRightLegacy Perspective Bottom Right
    LegacyPerspectiveFrontLegacy Perspective Front
    LegacyPerspectiveLeftLegacy Perspective Left
    LegacyPerspectiveRightLegacy Perspective Right
    LegacyPerspectiveTopLegacy Perspective Top
    LegacyPerspectiveTopLeftLegacy Perspective Top Left
    LegacyPerspectiveTopRightLegacy Perspective Top Right
    ObliqueBottomOblique Bottom
    ObliqueBottomLeftOblique Bottom Left
    ObliqueBottomRightOblique Bottom Right
    ObliqueLeftOblique Left
    ObliqueRightOblique Right
    ObliqueTopOblique Top
    ObliqueTopLeftOblique Top Left
    ObliqueTopRightOblique Top Right
    OrthographicFrontOrthographic Front
    PerspectiveAbovePerspective Above
    PerspectiveAboveLeftFacingPerspective Above Left Facing
    PerspectiveAboveRightFacingPerspective Above Right Facing
    PerspectiveBelowPerspective Below
    PerspectiveContrastingLeftFacingPerspective Contrasting Left Facing
    PerspectiveContrastingRightFacingPerspective Contrasting Right Facing
    PerspectiveFrontPerspective Front
    PerspectiveHeroicExtremeLeftFacingPerspective Heroic Extreme Left Facing
    PerspectiveHeroicExtremeRightFacingPerspective Heroic Extreme Right Facing
    PerspectiveHeroicLeftFacingPerspective Heroic Left Facing
    PerspectiveHeroicRightFacingPerspective Heroic Right Facing
    PerspectiveLeftPerspective Left
    PerspectiveRelaxedPerspective Relaxed
    PerspectiveRelaxedModeratelyPerspective Relaxed Moderately
    PerspectiveRightPerspective Right
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.PresetCamera

    See Also