Skip to main content
All docs
V26.1
  • ValidationHintBaseProperties.SvgImageSize Property

    Gets or sets the size of vector images assigned to validation hints.

    Namespace: DevExpress.Utils.VisualEffects

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    [DXCategory("Appearance")]
    public Size SvgImageSize { get; set; }

    Property Value

    Type Description
    Size

    The vector image size.

    See Also