DioDocs for PDF
SvgOverflow 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgOverflow 列挙体
Specifies how the content of a block container element is clipped when it overflows the element's box.
シンタックス
'宣言
 
Public Enum SvgOverflow 
   Inherits System.Enum
public enum SvgOverflow : System.Enum 
メンバ
メンバ解説
AutoThe behavior of the 'auto' value is user agent-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes.
HiddenIndicates that the content is clipped and that no scrolling user interface should be provided to view the content outside the clipping region.
InheritCorresponds to the 'inherit' value.
ScrollIndicates that the content is clipped and that if the user agent uses a scrolling mechanism that is visible on the screen.
VisibleIndicates that content is not clipped, i.e., it may be rendered outside the block box.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間