'Declaration Public Enum MapLayout Inherits System.Enum
'Usage Dim instance As MapLayout
public enum MapLayout : System.Enum
'Declaration Public Enum MapLayout Inherits System.Enum
'Usage Dim instance As MapLayout
public enum MapLayout : System.Enum
Member | Description |
---|---|
Centered | Similar to fitted. When used on the background object it also preserves the real original texture dimensions. |
CropFitted | Stretches the texture until its larger dimension fits the object. This layout mode preserves the texture dimensions ratio (aspect). |
Fitted | Stretches the texture until its smaller dimension fits the object. This layout mode preserves the texture dimensions ratio (aspect). |
Stretched | Stretches the texture along the X and Y axes until it fits the object. It does not preserve the original texture dimensions ratio (aspect). |
StretchedToHeight | Stretches the texture by height until it fits. This layout mode preserves the texture dimensions ratio (aspect). |
StretchedToWidth | Stretches the texture by width until it fits. This layout mode preserves the texture dimensions ratio (aspect). |
Tiled | Repeats the texture along the X and Y axes. This layout mode preserves the texture dimensions ratio (aspect). |
System.Object
System.ValueType
System.Enum
Xceed.Chart.GraphicsCore.MapLayout
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2