ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1LightBox Namespace / C1LightBoxExtender Class / AutoSize Property

In This Topic
    AutoSize Property (C1LightBoxExtender)
    In This Topic
    A value determines whether to auto-size to keep the original width/height ratio of content.
    Syntax
    'Declaration
     
    Public Property AutoSize As System.Boolean
    public System.bool AutoSize {get; set;}
    See Also