Nevron .NET Vision
Nevron.Editors Namespace / NTextureMappingStyleEditor Class / StartPosition Property


In This Topic
    StartPosition Property (NTextureMappingStyleEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("FormStartPositionDescr")>
    Public Property StartPosition As System.Windows.Forms.FormStartPosition
    'Usage
     
    
    Dim instance As NTextureMappingStyleEditor
    Dim value As System.Windows.Forms.FormStartPosition
     
    instance.StartPosition = value
     
    value = instance.StartPosition
    [System.ComponentModel.Localizable(true)]
    [SRCategory("CatLayout")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [SRDescription("FormStartPositionDescr")]
    public System.Windows.Forms.FormStartPosition StartPosition {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