Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Visibility property to all Drawables #152

Closed
ddevault opened this issue Oct 13, 2016 · 1 comment
Closed

Add Visibility property to all Drawables #152

ddevault opened this issue Oct 13, 2016 · 1 comment
Labels

Comments

@ddevault
Copy link
Contributor

public enum Visibility
{
    /// <summary>
    /// The drawable is rendered normally.
    /// </summary>
    Visible,
    /// <summary>
    /// The drawable is not rendered, but still uses up the space it occupies.
    /// </summary>
    Hidden,
    /// <summary>
    /// The drawable is not rendered and takes up no space.
    /// </summary>
    Collapsed,
}
@peppy
Copy link
Sponsor Member

peppy commented Oct 14, 2016

I think we should avoid this for the time being and use IStateful, personally.

@Tom94 Tom94 closed this as completed Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants