ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheetRule Class / ShrinkToFit Property

In This Topic
    ShrinkToFit Property (StyleSheetRule)
    In This Topic
    When get, it returns a System.Boolean object based on the curren CSS property. When set, it sets the CSS property.
    Syntax
    'Declaration
     
    Public Property ShrinkToFit As ddShrinkToFitTypes
    public ddShrinkToFitTypes ShrinkToFit {get; set;}
    See Also