Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTextureMappingStyle Class / ContentAlignment Property


In This Topic
    ContentAlignment Property (NTextureMappingStyle)
    In This Topic
    Controls how the texture is aligned relative to the target bounds
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property ContentAlignment As System.Drawing.ContentAlignment
    'Usage
     
    
    Dim instance As NTextureMappingStyle
    Dim value As System.Drawing.ContentAlignment
     
    instance.ContentAlignment = value
     
    value = instance.ContentAlignment
    [System.Xml.Serialization.XmlAttribute()]
    public System.Drawing.ContentAlignment ContentAlignment {get; set;}
    Requirements

    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

    See Also