Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

How to preserve the color property value?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to preserve the color property value?

    Hi guys,

    Am wondering how to preserve the color property value. Am drawing a rectangle and I can't preserve what user has selected. When, they start the NT7 the values goes blank as attached image. But, all the other property values stays there except color object.

    Below is my property code snippet.

    private Color _FirstBoxColor = Color.LightSeaGreen;
    public Color FirstBoxColor {
    get { return _FirstBoxColor; }
    set { _FirstBoxColor = value; }
    }


    privateint _FirstBoxOpacity = 2;
    publicint FirstBoxOpacity {
    get { return _FirstBoxOpacity; }
    set { _FirstBoxOpacity = value; }
    }

    Regards
    Yam
    Attached Files

    #2
    Found the solution at the following URL.



    Cheers!

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Stanfillirenfro, Today, 07:23 AM
    4 responses
    17 views
    0 likes
    Last Post Stanfillirenfro  
    Started by DayTradingDEMON, Today, 09:28 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by cmtjoancolmenero, Yesterday, 03:58 PM
    8 responses
    31 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by helpwanted, Today, 03:06 AM
    2 responses
    22 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by navyguy06, Today, 09:28 AM
    0 responses
    6 views
    0 likes
    Last Post navyguy06  
    Working...
    X