DioDocs for PDF
SvgVisibility 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgVisibility 列挙体
Specifies how the boxes generated by an element are rendered.
シンタックス
'宣言
 
Public Enum SvgVisibility 
   Inherits System.Enum
public enum SvgVisibility : System.Enum 
メンバ
メンバ解説
CollapseHas the same meaning as 'hidden'.
HiddenThe generated box is invisible (fully transparent, nothing is drawn), but still affects layout.
InheritThe property takes the same specified value as the property for the element's parent.
VisibleThe generated box is visible.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgVisibility

参照

GrapeCity.Documents.Svg 名前空間